node-typedarray 0.0.6-3 source package in Ubuntu

Changelog

node-typedarray (0.0.6-3) unstable; urgency=medium

  * Team upload
  * Add "Rules-Requires-Root: no"
  * Fix test for tap >= 15 (--no-cov) (Closes: #1009485)

 -- Yadd <email address hidden>  Wed, 13 Apr 2022 16:35:29 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-typedarray_0.0.6-3.dsc 2.0 KiB b056031eb67bd5e4db2cbc4f24c495326e03bd0550a7ef8c2d1689a210cf3885
node-typedarray_0.0.6.orig.tar.gz 7.5 KiB 470d7567ddbf5c11c96ca213a427275e32684f5279c586be21c58b3537f6f20c
node-typedarray_0.0.6-3.debian.tar.xz 2.9 KiB d71b7ff6bbed63810e1df07305191aa09939540df2ae2de2d4a36031e1ba57cd

Available diffs

No changes file available.

Binary packages built by this source

node-typedarray: TypedArray polyfill for old browsers

 Node-typedarray is a fork of the inexorabletash version of polyfill.
 .
 A polyfill is a shim or collection of shims, and a shim lets you write the
 same code across all browsers by implementing a new API in downlevel
 browsers.
 .
 Node.js is an event-based server-side JavaScript engine.