node-immutable-tuple 0.4.10-8 source package in Ubuntu

Changelog

node-immutable-tuple (0.4.10-8) unstable; urgency=medium

  [ Gianfranco Costamagna ]
  * Team upload.

  [ Olivier Tilloy ]
  * Remove an obsolete test that fails with recent versions of Node.js
    (Closes: #963771)

 -- Olivier Tilloy <email address hidden>  Tue, 14 Jul 2020 18:09:02 +0200

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

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-immutable-tuple_0.4.10-8.dsc 2.3 KiB 9f3a214111ace7b0c1efb416a6e7f20c3eee279d2b369b3bbfda0138f5eff22c
node-immutable-tuple_0.4.10.orig.tar.gz 288.5 KiB 48ded20040595d8d212fd36d925731041af9e970997763063db83ec12b53d094
node-immutable-tuple_0.4.10-8.debian.tar.xz 40.7 KiB 9028ea683e4d7cd4a86f348a76e62f43b8c78add564b608b56a31730e04f6e0c

No changes file available.

Binary packages built by this source

node-immutable-tuple: Immutable finite list objects

 This library provides immutable finite list objects with constant-time
 equality testing (===) and no memory leaks.
 .
 This package exports a single function called tuple both as a default export
 and as an equivalent named export, so all of the following import styles will
 work.
 .
 Node.js is an event-based server-side JavaScript engine.