New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

longjohn

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

longjohn - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

LICENSE

4

index.js

@@ -144,3 +144,5 @@ var EventEmitter = require('events').EventEmitter

var is_callback = function(val) {
return val.__original_callback__ === callback || (val.listener && val.listener.__original_callback__ === callback);
return val.__original_callback__ === callback ||
(val.__original_callback__ && val.__original_callback__.listener && val.__original_callback__.listener.__original_callback__ === callback) ||
(val.listener && val.listener.__original_callback__ === callback);
};

@@ -147,0 +149,0 @@

@@ -5,3 +5,3 @@ {

"description": "Long stack traces for node.js inspired by https://github.com/tlrobinson/long-stack-traces",
"version": "0.0.3",
"version": "0.0.4",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

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