stack-utils
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -9,10 +9,7 @@ 'use strict'; | ||
'node', | ||
'internal/bootstrap/node' | ||
).map(n => new RegExp(`\\(${n}\\.js:\\d+:\\d+\\)$`)); | ||
).map(n => new RegExp(`(?:\\(${n}\\.js:\\d+:\\d+\\)$|^\\s*at ${n}\\.js:\\d+:\\d+$)`)); | ||
natives.push( | ||
// XXX are `bootstrap_node.js` and `node.js` needed in supported versions? | ||
/\s*at (bootstrap_)?node\.js:\d+:\d+?$/, | ||
/\(internal\/[^:]+:\d+:\d+\)$/, | ||
/\s*at internal[/]main[/]run_main_module\.js:\d+:\d+$/, | ||
/\s*at internal\/[^:]+:\d+:\d+$/, | ||
/\/\.node-spawn-wrap-\w+-\w+\/node:\d+:\d+\)?$/ | ||
@@ -19,0 +16,0 @@ ); |
{ | ||
"name": "stack-utils", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Captures and cleans stack traces", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
14223
268