[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#753015: ITP: node-depd -- mark a function or property as deprecated



Package: wnpp
Severity: wishlist
Owner: Andrew Kelley <superjoe30@gmail.com>
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name    : node-depd
  Version         : 0.3.0
  Upstream Author : Douglas Christopher Wilson <doug@somethingdoug.com>
* URL             : https://github.com/dougwilson/nodejs-depd
* License         : Expat
  Programming Lang: _javascript_
  Description     : mark a function or property as deprecated - Node.js module

 This Node.js module allows you to display deprecation messages to your users.
 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.


Reply to: