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.24 to 0.0.25

14

component.json

@@ -10,3 +10,3 @@ {

},
"version": "0.0.24",
"version": "0.0.25",
"engines": {

@@ -27,3 +27,3 @@ "node": ">=0.4.0"

"dependencies": {
"estraverse": "~0.0.4",
"estraverse": "~1.3.0",
"esprima": "~1.0.2"

@@ -34,3 +34,3 @@ },

"esprima-moz": "*",
"browserify": "*",
"commonjs-everywhere": "~0.8.0",
"q": "*",

@@ -40,6 +40,6 @@ "bower": "*",

"chai": "~1.7.2",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-jshint": "~0.5.0",
"grunt-cli": "~0.1.9",
"grunt": "~0.4.1",
"grunt-mocha-test": "~0.5.0",
"grunt-cli": "~0.1.9"
"grunt-mocha-test": "~0.6.2"
},

@@ -57,4 +57,4 @@ "licenses": [

"release": "node tools/release.js",
"build": "(echo '// Generated by browserify'; ./node_modules/.bin/browserify -i source-map tools/entry-point.js) > escodegen.browser.js"
"build": "./node_modules/.bin/cjsify -ma path: tools/entry-point.js > escodegen.browser.js"
}
}

@@ -10,3 +10,3 @@ {

},
"version": "0.0.24",
"version": "0.0.25",
"engines": {

@@ -28,3 +28,3 @@ "node": ">=0.4.0"

"esprima": "~1.0.2",
"estraverse": "~0.0.4"
"estraverse": "~1.3.0"
},

@@ -36,3 +36,3 @@ "optionalDependencies": {

"esprima-moz": "*",
"browserify": "*",
"commonjs-everywhere": "~0.8.0",
"q": "*",

@@ -42,6 +42,6 @@ "bower": "*",

"chai": "~1.7.2",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-jshint": "~0.5.0",
"grunt-cli": "~0.1.9",
"grunt": "~0.4.1",
"grunt-mocha-test": "~0.5.0",
"grunt-cli": "~0.1.9"
"grunt-mocha-test": "~0.6.2"
},

@@ -59,4 +59,4 @@ "licenses": [

"release": "node tools/release.js",
"build": "(echo '// Generated by browserify'; ./node_modules/.bin/browserify -i source-map tools/entry-point.js) > escodegen.browser.js"
"build": "./node_modules/.bin/cjsify -ma path: tools/entry-point.js > escodegen.browser.js"
}
}

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