stacktracey
Advanced tools
Comparing version 1.2.83 to 1.2.84
{ | ||
"name": "stacktracey", | ||
"version": "1.2.83", | ||
"version": "1.2.84", | ||
"description": "Parses call stacks. Reads sources. Clean & filtered output. Sourcemaps. Node & browsers.", | ||
@@ -5,0 +5,0 @@ "main": "stacktracey", |
@@ -10,3 +10,4 @@ "use strict"; | ||
partition = require ('./impl/partition'), | ||
asTable = require ('as-table') | ||
asTable = require ('as-table'), | ||
process_cwd = process.cwd () | ||
@@ -94,3 +95,3 @@ /* ------------------------------------------------------------------------ */ | ||
static relativePath (fullPath) { | ||
return fullPath.replace (isBrowser ? window.location.href : (process.cwd () + '/'), '') | ||
return fullPath.replace (isBrowser ? window.location.href : (process_cwd + '/'), '') | ||
.replace (/^.*\:\/\/?\/?/, '') | ||
@@ -97,0 +98,0 @@ } |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
32973
14
371
1