node-es6-weak-map 2.0.3-1 source package in Ubuntu

Changelog

node-es6-weak-map (2.0.3-1) unstable; urgency=medium

  * Team Upload

  [ Abraham Raji ]
  * New upstream version 2.0.3
  * Changed install path to usr/share/ in debian/install
  * Changed section to javascript
  * Changed to debhelper-compat and bumped version to 12
  * Changed from Anonscm to Salsa
  * Bumped standards version to 4.5.0
  * whitespaces fix
  * whitespaces and https
  * No root required
  * Added Metadata file

  [ Xavier Guimard ]
  * Add debian/gbp.conf
  * Use pkg-js-tools auto install
  * Fix copyright

 -- Abraham Raji <email address hidden>  Mon, 30 Mar 2020 00:16:58 +0000

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-es6-weak-map_2.0.3-1.dsc 2.2 KiB 1b43626620ebb2c2c25915cb4624907c1f04f4891a172c1629515b6d08e84333
node-es6-weak-map_2.0.3.orig.tar.gz 5.4 KiB 004974cfd1c0a69286d7d5f85e731cd9e5fb8d6178861030e18878dd6c4a9b6e
node-es6-weak-map_2.0.3-1.debian.tar.xz 2.4 KiB 8ed41ac9c22539d483db6b7c37a27af384b8b5a757e20559299f587446ae8ff3

Available diffs

No changes file available.

Binary packages built by this source

node-es6-weak-map: ECMAScript6 WeakMap polyfill

 WeakMap collection as specified in ECMAScript6. Roughly inspired by Mark
 Miller's and Kris Kowal's WeakMap implementation.
 .
 Differences are:
  - Assumes compliant ES5 environment (no weird ES3 workarounds or hacks)
  - Well modularized CJS style
  - Based on one solution.
 .
 Limitations
  - Will fail on non extensible objects provided as keys
 .
 Node.js is an event-based server-side JavaScript engine.