Socket
Socket
Sign inDemoInstall

babylon

Package Overview
Dependencies
Maintainers
6
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babylon - npm Package Compare versions

Comparing version 6.7.0 to 6.7.1-test.1

.babelrc

26

package.json
{
"name": "babylon",
"version": "6.7.0",
"version": "6.7.1-test.1",
"description": "A JavaScript parser",

@@ -8,13 +8,27 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babylon",
"main": "index.js",
"repository": "https://github.com/babel/babylon",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0"
"babel-runtime": "^6.0.0"
},
"devDependencies": {
"babel-helper-fixtures": "^6.6.5"
"ava": "^0.12.0",
"babel-cli": "^6.0.0",
"babel-helper-fixtures": "^6.6.5",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-react": "^6.0.0",
"babel-preset-stage-0": "^6.5.0",
"kcheck": "^2.0.1"
},
"bin": {
"babylon": "./bin/babylon.js"
},
"scripts": {
"test": "npm run build && npm run lint && ava test/",
"lint": "kcheck",
"build": "babel src --out-dir lib",
"watch": "babel src --out-dir lib --watch"
}
}
}
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