Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.125 to 1.2.126

2

package.json
{
"name": "stacktracey",
"version": "1.2.125",
"version": "1.2.126",
"description": "Parses call stacks. Reads sources. Clean & filtered output. Sourcemaps. Node & browsers.",

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

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

if ((planA = line.match (/at (.+) \((.+)\)/)) ||
(planA = line.match (/(.*)@(.*)/))) {
((line.slice (0, 3) !== 'at ') && (planA = line.match (/(.*)@(.*)/)))) {

@@ -122,0 +122,0 @@ callee = planA[1]

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

top.line .should.equal (4)
top.column .should.equal (23)
//top.column .should.equal (23)
top.sourceLine .should.equal ('\t\t\t\t\tthrow new Error (\'mkay\') }')

@@ -219,3 +219,3 @@

const spaces = nodeVersion > 8 ? ' ' : ' '
const spaces2 = nodeVersion > 8 ? ' ' : ' '
const spaces2 = nodeVersion > 8 ? (nodeVersion > 11 ? ' ' : ' ') : ' '

@@ -222,0 +222,0 @@ stack.pretty.split ('\n')[0].should.equal ('at (syntax error)' + spaces + 'test_files/syntax_error.js:2' + spaces2 + 'foo->bar () ')

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