Socket
Socket
Sign inDemoInstall

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.0.0 to 0.0.1

5

History.md

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

0.0.1 / 2014-06-15
==================
* Fix warning for dynamic calls at singe call site
0.0.0 / 2014-06-15

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

4

index.js

@@ -59,7 +59,7 @@ /*!

var stack = getStack()
var site = callSiteLocation(stack[1])
var site = callSiteLocation(stack[2])
var file = this._file
// get caller of deprecated thing in relation to file
for (var i = 1; i < stack.length; i++) {
for (var i = 2; i < stack.length; i++) {
caller = callSiteLocation(stack[i])

@@ -66,0 +66,0 @@

{
"name": "depd",
"description": "Deprecate all the things",
"version": "0.0.0",
"version": "0.0.1",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
"license": "MIT",
"keywords": [
"deprecate",
"deprecated"
],
"repository": "dougwilson/nodejs-depd",

@@ -8,0 +12,0 @@ "dependencies": {

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