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.4.0 to 0.4.1

5

History.md

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

0.4.1 / 2014-07-19
==================
* Improve automatic message generation for function properties
0.4.0 / 2014-07-19

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

8

index.js

@@ -278,2 +278,3 @@ /*!

var funcName = site.name
var typeName = callSite.getTypeName()

@@ -285,4 +286,9 @@ // make useful anonymous name

// make useful type name
if (typeName === 'Function') {
typeName = callSite.getThis().name || typeName
}
return callSite.getMethodName()
? callSite.getTypeName() + '.' + funcName
? typeName + '.' + funcName
: funcName

@@ -289,0 +295,0 @@ }

2

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

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

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