commonjs-walker
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -27,3 +27,3 @@ 'use strict'; | ||
code: 'EPARSEJS', | ||
message: 'Error parsing "' + path + '": ' + e.stack, | ||
message: 'Error parsing "' + path + '": ' + err.stack, | ||
data: { | ||
@@ -30,0 +30,0 @@ path: path, |
{ | ||
"name": "commonjs-walker", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Analyzer and tree walker for commonjs.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
19310