node-array-uniq 2.1.0-1 source package in Ubuntu

Changelog

node-array-uniq (2.1.0-1) unstable; urgency=medium

  * Team upload

  [ Utkarsh Gupta ]
  * New upstream version 2.0.0
  * Add patch to use mocha
  * Bump Standards-Version to 4.3.0
  * Bump debhelper compatibility level to 11
  * Switch test to pkg-js-tools
  * Add d/upstream/metadata
  * Add myself as an uploader
  * Update d/copyright

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Update standards version to 4.4.1, no changes needed.

  [ Xavier Guimard ]
  * Declare compliance with policy 4.5.0
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * New upstream version 2.1.0
  * Use tape for test

 -- Xavier Guimard <email address hidden>  Tue, 28 Apr 2020 11:55:39 +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

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-array-uniq_2.1.0-1.dsc 2.1 KiB 106ab7a58865df6f1ba86855e5153e9ab5ae080950a76707e6a516768797f0cb
node-array-uniq_2.1.0.orig.tar.gz 2.1 KiB 1d4dd3578ea6e93cbf6ebe8c9e5f9fda34efc668ae1518e42da2b610e3a4dc56
node-array-uniq_2.1.0-1.debian.tar.xz 2.8 KiB 1b5bce5e56347cfe50dc41f98a2e01571352b0e39e10576e57cfd704899796bf

Available diffs

No changes file available.

Binary packages built by this source

node-array-uniq: Create an array without duplicates

 This module creates an array without duplicates. It is
 already pretty fast, but will be much faster when Set
 becomes available in V8 (especially with large arrays).
 .
 Node.js is an event-based server-side JavaScript engine.