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

flow-parser

Package Overview
Dependencies
Maintainers
3
Versions
332
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flow-parser - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

README-backup.md

8

package.json
{
"name": "flow-parser",
"version": "0.3.0",
"version": "0.4.0",
"description": "JavaScript parser written in OCaml. Produces SpiderMonkey AST",

@@ -18,6 +18,6 @@ "author": {

"devDependencies": {
"esprima-fb": "13001.1001.0-dev-harmony-fb"
"esprima-fb": "14001.1.0-dev-harmony-fb"
},
"dependencies": {
"ast-types": "0.7.0",
"ast-types": "0.7.6",
"colors": ">=0.6.2",

@@ -31,4 +31,4 @@ "minimist": ">=0.2.0"

"test": "node test/run_esprima_tests.js; node test/run_hardcoded_tests.js",
"prepublish": "make js && diff README.md README-npm.md"
"prepublish": "make 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