node-depd 1.1.1-1ubuntu1 source package in Ubuntu

Changelog

node-depd (1.1.1-1ubuntu1) bionic; urgency=medium

  * Fix quoting for autopkgtest >= 5.2

 -- Graham Inggs <email address hidden>  Tue, 27 Mar 2018 17:09:20 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-depd_1.1.1.orig.tar.gz 18.4 KiB 051ad227bcd2f28458847f5689e219038cfb675a75815d360838ba87e3edd9ad
node-depd_1.1.1-1ubuntu1.debian.tar.xz 2.6 KiB 8cffabdf0b0f5b272934d3bec24a8c6bc6c6d3cf2d68899b50e653fda78c0265
node-depd_1.1.1-1ubuntu1.dsc 2.1 KiB 86cc70dba5184c0af942847772155c8765759d8e98339f73c6bb641c33503a23

View changes file

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.