stacktracey
Advanced tools
Comparing version 1.2.122 to 1.2.123
{ | ||
"name": "stacktracey", | ||
"version": "1.2.122", | ||
"version": "1.2.123", | ||
"description": "Parses call stacks. Reads sources. Clean & filtered output. Sourcemaps. Node & browsers.", | ||
@@ -5,0 +5,0 @@ "main": "stacktracey", |
@@ -112,6 +112,8 @@ "use strict"; | ||
const entries = lines.map (line => { line = line.trim () | ||
const entries = lines.map (line => { | ||
var callee, fileLineColumn = [], native, planA, planB | ||
line = line.trim () | ||
let callee, fileLineColumn = [], native, planA, planB | ||
if ((planA = line.match (/at (.+) \((.+)\)/)) || | ||
@@ -118,0 +120,0 @@ (planA = line.match (/(.*)@(.*)/))) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37386
430