Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "stackman", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Enhance an error stacktrace with code excerpts and other goodies", | ||
@@ -10,3 +10,3 @@ "main": "index.js", | ||
"debug": "^4.1.1", | ||
"error-callsites": "^2.0.2", | ||
"error-callsites": "^2.0.3", | ||
"load-source-map": "^1.0.0" | ||
@@ -17,4 +17,4 @@ }, | ||
"semver": "^6.3.0", | ||
"standard": "^14.0.0", | ||
"tape": "^4.11.0" | ||
"standard": "^14.3.3", | ||
"tape": "^4.13.2" | ||
}, | ||
@@ -49,4 +49,4 @@ "scripts": { | ||
"coordinates": [ | ||
55.778276, | ||
12.593074 | ||
56.043843, | ||
12.609477 | ||
], | ||
@@ -53,0 +53,0 @@ "standard": { |
@@ -236,2 +236,5 @@ # Stackman | ||
Note that since Node.js v12.11.0, this function returns `undefined` | ||
unless `eval` was used. | ||
### `var str = callsite.getModuleName()` | ||
@@ -238,0 +241,0 @@ |
Sorry, the diff of this file is not supported yet
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
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
21202
317
0
Updatederror-callsites@^2.0.3