node-cached-path-relative 1.0.2-1 source package in Ubuntu

Changelog

node-cached-path-relative (1.0.2-1) unstable; urgency=medium

  * New upstream version: fix prototype pollution vulnerability
  * Move to /usr/share
  * Bump debhelper and policy

 -- Bastien Roucariès <email address hidden>  Wed, 04 Sep 2019 16:01:17 +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
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-cached-path-relative_1.0.2-1.dsc 2.3 KiB ba461cba3879a39a2a196bdef8aa9c4b258bb17e79da93ff51f579cc9a7130be
node-cached-path-relative_1.0.2.orig.tar.gz 2.0 KiB 2ea3389b53af6a50ad456fbedb3b413ced7dbaae04ab3af7c7bed29fc0faf739
node-cached-path-relative_1.0.2-1.debian.tar.xz 2.9 KiB 8696a8accc8c520935e68f32f31c1e707194120b0ca10a866b98c0a693c7c075

Available diffs

No changes file available.

Binary packages built by this source

node-cached-path-relative: Memoize the results of the path.relative function

 path.relative function can be an expensive operation
 if it happens a lot, and its results have a low probability to
 change for the same arguments.
 .
 This module thus cache (memoize) the result of path.relative,
 in order to speed of browserify.
 .
 Node.js is an event-based server-side JavaScript engine.