Comparing version 0.0.15 to 0.0.16
@@ -10,3 +10,3 @@ { | ||
}, | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"engines": { | ||
@@ -25,3 +25,4 @@ "node": ">=0.4.0" | ||
"dependencies": { | ||
"esprima": ">= 1.0.0" | ||
"esprima": ">= 1.0.0", | ||
"estraverse": "~0.0.4" | ||
}, | ||
@@ -32,3 +33,4 @@ "optionalDependencies": { | ||
"devDependencies": { | ||
"esprima-moz": "*" | ||
"esprima-moz": "*", | ||
"browserify": "*" | ||
}, | ||
@@ -40,4 +42,5 @@ "licenses": [{ | ||
"scripts": { | ||
"test": "node test/run.js" | ||
"test": "node test/run.js", | ||
"build": "(echo '// Generated by browserify'; ./node_modules/.bin/browserify -i source-map tools/entry-point.js) > escodegen.browser.js" | ||
} | ||
} |
@@ -12,3 +12,3 @@ Escodegen ([escodegen](http://github.com/Constellation/escodegen)) is | ||
<script src="escodegen.js"></script> | ||
<script src="escodegen.browser.js"></script> | ||
@@ -15,0 +15,0 @@ or in a Node.js application via the package manager: |
Sorry, the diff of this file is too big to display
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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
197731
8
4704
3
2
14
+ Addedestraverse@~0.0.4
+ Addedestraverse@0.0.4(transitive)