node-deflate-js 0.2.3-1 source package in Ubuntu

Changelog

node-deflate-js (0.2.3-1) unstable; urgency=low

  * Initial release (Closes: #883190)

 -- Pirate Praveen <email address hidden>  Thu, 30 Nov 2017 19:52:15 +0530

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-deflate-js_0.2.3-1.dsc 2.0 KiB a2107dca0e19925c978f7e7bedc9a125b499e884676cc83ac3e792271ba1a9ef
node-deflate-js_0.2.3.orig.tar.gz 36.4 KiB 6e2ef2477533b866dd0d70434dd303b38668e9b4bae6148e08e3d87fff77d089
node-deflate-js_0.2.3-1.debian.tar.xz 2.8 KiB ff69f21f9f2410c88adee9e0b3e82a6da791c0b210a1977191f16c39ee300617

No changes file available.

Binary packages built by this source

node-deflate-js: DEFLATE implemented in JavaScript (works in browser and Node)

 This module does deflate compression/decompression in the browser and node.
 .
 This module is not meant to be run on node for any production code. The native
 version of deflate should be used instead because it is much faster. The main
 reason for this being node-compatible is for testing purposes.
 .
 Currently deflate does not pass all tests, but inflate does. This should not
 be used for compressing data yet in production.
 .
 Node.js is an event-based server-side JavaScript engine.