Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

depd

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

depd - npm Package Compare versions

Comparing version 0.4.5 to 1.0.0

5

History.md

@@ -0,1 +1,6 @@

1.0.0 / 2014-09-17
==================
* No changes
0.4.5 / 2014-09-09

@@ -2,0 +7,0 @@ ==================

2

package.json
{
"name": "depd",
"description": "Deprecate all the things",
"version": "0.4.5",
"version": "1.0.0",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -8,3 +8,3 @@ # depd

[![Coverage Status][coveralls-image]][coveralls-url]
[![Gittip][gittip-image]][gittip-url]
[![Gratipay][gratipay-image]][gratipay-url]

@@ -29,3 +29,3 @@ Deprecate all the things

This library goes above and beyond with deprecation warnings by
introspecting the call stack (but only the bits that it is interested
introspection of the call stack (but only the bits that it is interested
in).

@@ -43,2 +43,7 @@

**NOTE** this library has a similar interface to the `debug` module, and
this module uses the calling file to get the boundary for the call stacks,
so you should always create a new `deprecate` object in each file and not
within some central file.
### depd(namespace)

@@ -268,3 +273,3 @@

[node-url]: http://nodejs.org/download/
[gittip-image]: https://img.shields.io/gittip/dougwilson.svg?style=flat
[gittip-url]: https://www.gittip.com/dougwilson/
[gratipay-image]: https://img.shields.io/gratipay/dougwilson.svg?style=flat
[gratipay-url]: https://www.gratipay.com/dougwilson/
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc