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

@contrast/escodegen

Package Overview
Dependencies
Maintainers
7
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrast/escodegen - npm Package Compare versions

Comparing version 1.11.2 to 1.11.3

7

package.json

@@ -17,3 +17,3 @@ {

],
"version": "1.11.2",
"version": "1.11.3",
"engines": {

@@ -60,4 +60,7 @@ "node": ">=4.0"

"build-min": "./node_modules/.bin/cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js",
"build": "./node_modules/.bin/cjsify -a path: tools/entry-point.js > escodegen.browser.js"
"build": "./node_modules/.bin/cjsify -a path: tools/entry-point.js > escodegen.browser.js",
"preversion": "npm run lint && npm run unit-test",
"postversion": "npm publish",
"postpublish": "git push origin; git push origin --tags"
}
}

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