Socket
Socket
Sign inDemoInstall

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.23 to 0.0.24

.jshintrc

13

component.json

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

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

@@ -36,3 +36,8 @@ "node": ">=0.4.0"

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

@@ -46,3 +51,5 @@ "licenses": [

"scripts": {
"test": "node test/run.js",
"test": "grunt travis",
"unit-test": "grunt test",
"lint": "grunt lint",
"release": "node tools/release.js",

@@ -49,0 +56,0 @@ "build": "(echo '// Generated by browserify'; ./node_modules/.bin/browserify -i source-map tools/entry-point.js) > escodegen.browser.js"

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

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

@@ -38,3 +38,8 @@ "node": ">=0.4.0"

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

@@ -48,3 +53,5 @@ "licenses": [

"scripts": {
"test": "node test/run.js",
"test": "grunt travis",
"unit-test": "grunt test",
"lint": "grunt lint",
"release": "node tools/release.js",

@@ -51,0 +58,0 @@ "build": "(echo '// Generated by browserify'; ./node_modules/.bin/browserify -i source-map tools/entry-point.js) > escodegen.browser.js"

@@ -0,1 +1,4 @@

### Escodegen [![Build Status](https://secure.travis-ci.org/Constellation/escodegen.png)](http://travis-ci.org/Constellation/escodegen) [![Build Status](https://drone.io/github.com/Constellation/escodegen/status.png)](https://drone.io/github.com/Constellation/escodegen/latest)
Escodegen ([escodegen](http://github.com/Constellation/escodegen)) is

@@ -95,6 +98,1 @@ [ECMAScript](http://www.ecma-international.org/publications/standards/Ecma-262.htm)

OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
### Status
[![Build Status](https://secure.travis-ci.org/Constellation/escodegen.png)](http://travis-ci.org/Constellation/escodegen)

Sorry, the diff of this file is too big to display

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