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

stacktracey

Package Overview
Dependencies
Maintainers
2
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stacktracey - npm Package Compare versions

Comparing version 1.0.38 to 1.0.39

2

package.json
{
"name": "stacktracey",
"version": "1.0.38",
"version": "1.0.39",
"description": "Parses call stacks, reads sources and meta-information.",

@@ -5,0 +5,0 @@ "main": "stacktracey",

@@ -106,3 +106,3 @@ "use strict";

withSource (i) {
return StackTracey.withSource (this[i])
return this[i] && StackTracey.withSource (this[i])
}

@@ -109,0 +109,0 @@

@@ -160,3 +160,3 @@ "use strict";

pretty.split ('\n')[0].should.equal ('at prettyTest test.js:158 console.log (new StackTracey ().clean.pretty)')
pretty.split ('\n')[0].should.equal ('at prettyTest test.js:158 const pretty = new StackTracey ().clean.pretty')
})

@@ -163,0 +163,0 @@ })

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