stack-utils
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -9,7 +9,7 @@ 'use strict'; | ||
'node', | ||
).map(n => new RegExp(`(?:\\(${n}\\.js:\\d+:\\d+\\)$|^\\s*at ${n}\\.js:\\d+:\\d+$)`)); | ||
).map(n => new RegExp(`(?:\\((?:node:)?${n}(?:\\.js)?:\\d+:\\d+\\)$|^\\s*at (?:node:)?${n}(?:\\.js)?:\\d+:\\d+$)`)); | ||
natives.push( | ||
/\(internal\/[^:]+:\d+:\d+\)$/, | ||
/\s*at internal\/[^:]+:\d+:\d+$/, | ||
/\((?:node:)?internal\/[^:]+:\d+:\d+\)$/, | ||
/\s*at (?:node:)?internal\/[^:]+:\d+:\d+$/, | ||
/\/\.node-spawn-wrap-\w+-\w+\/node:\d+:\d+\)?$/ | ||
@@ -16,0 +16,0 @@ ); |
{ | ||
"name": "stack-utils", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Captures and cleans stack traces", | ||
@@ -33,4 +33,4 @@ "license": "MIT", | ||
"q": "^1.5.1", | ||
"tap": "=14.10.2-unbundled" | ||
"tap": "^14.10.8" | ||
} | ||
} |
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
14263