node-depd 1.1.2-1 source package in Ubuntu

Changelog

node-depd (1.1.2-1) unstable; urgency=medium

  * Team upload
  * New upstream version
  * Move to salsa
  * Bump compat and policy (no changes)
  * Do not use eval prefer function constructor.

 -- Bastien Roucariès <email address hidden>  Mon, 14 May 2018 13:52:53 +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

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-depd_1.1.2-1.dsc 2.0 KiB 5c29b64b241153e61239382bc1f42d1fbd6600598caed5fdba978d83722564ff
node-depd_1.1.2.orig.tar.gz 18.5 KiB 6787a212844ddc8a11adf111b23c6d9cfc5d2717b2c1a9f0ff098cf8c70518a6
node-depd_1.1.2-1.debian.tar.xz 3.2 KiB 6db5f39ea3e1e846bcd4907bb7dc183546bcf3163e21708cf32a0de9c6e32a33

No changes file available.

Binary packages built by this source

node-depd: mark a function or property as deprecated - Node.js module

 This module goes above and beyond with deprecation warnings by introspecting
 the call stack (but only the bits that it is interested in).
 .
 Instead of just warning on the first invocation of a deprecated function and
 never again, this module will warn on the first invocation of a deprecated
 function per unique call site, making it ideal to alert users of all
 deprecated uses across the code base, rather than just whatever happens to
 execute first.
 .
 The deprecation warnings from this module also include the file and line
 information for the call into the module that the deprecated function was in.
 .
 Node.js is an event-based server-side JavaScript engine.