Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

escodegen

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

escodegen - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

escodegen.browser.js

11

package.json

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc