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

Changelog

node-deflate-js (0.2.3-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.
  * Update standards version to 4.5.0, no changes needed.

  [ Yadd ]
  * Bump debhelper compatibility level to 13
  * Declare compliance with policy 4.5.1
  * Use dh-sequence-nodejs

  [ Debian Janitor ]
  * Update standards version to 4.6.0, no changes needed.
  * Apply multi-arch hints. + node-deflate-js: Add :any qualifier for nodejs dependency.

 -- Jelmer Vernooij <email address hidden>  Sun, 04 Dec 2022 17:49:58 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-deflate-js_0.2.3-3.dsc 2.0 KiB 8c81b558963f87ce7f6a33de49018cd0e8072061718a4a1e791084741859f544
node-deflate-js_0.2.3.orig.tar.gz 36.4 KiB 6e2ef2477533b866dd0d70434dd303b38668e9b4bae6148e08e3d87fff77d089
node-deflate-js_0.2.3-3.debian.tar.xz 3.2 KiB 98866a8c2870a15fdd8bda96a749296b79339014665f86092094735de9abd6ef

Available diffs

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.