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.2.2 to 0.2.3

5

dist/longjohn.js

@@ -24,8 +24,5 @@ (function() {

}
file = frame.getFileName();
file = frame.getFileName() || '<anonymous>';
line = frame.getLineNumber();
column = frame.getColumnNumber();
if (file == null) {
return 'unknown source';
}
column = column != null ? ':' + column : '';

@@ -32,0 +29,0 @@ line = line != null ? ':' + line : '';

4

package.json
{
"name": "longjohn",
"description": "Long stack traces for node.js inspired by https://github.com/tlrobinson/long-stack-traces",
"version": "0.2.2",
"version": "0.2.3",
"homepage": "https://github.com/mattinsler/longjohn",

@@ -35,5 +35,5 @@ "author": {

"scripts": {
"test": "node_modules/mocha/bin/mocha --compilers coffee:coffee-script -R spec"
"test": "node_modules/mocha/bin/mocha --compilers coffee:coffee-script/register -R spec"
},
"keywords": []
}

Sorry, the diff of this file is not supported yet

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