Socket
Socket
Sign inDemoInstall

babel

Package Overview
Dependencies
12
Maintainers
1
Versions
165
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.6.14 to 5.6.23

bin/babel-external-helpers.js

14

package.json
{
"name": "babel",
"version": "5.6.23",
"description": "Turn ES6 code into readable vanilla ES5 with source maps",

@@ -10,3 +11,3 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"dependencies": {
"babel-core": "^5.6.14",
"babel-core": "^5.6.21",
"chokidar": "^1.0.0",

@@ -25,8 +26,7 @@ "commander": "^2.6.0",

"bin": {
"babel": "./bin/babel/index.js",
"babel-node": "./bin/babel-node",
"babel-external-helpers": "./bin/babel-external-helpers",
"babel-plugin": "./bin/babel-plugin/index.js"
},
"version": "5.6.14"
"babel": "./bin/babel.js",
"babel-node": "./bin/babel-node.js",
"babel-external-helpers": "./bin/babel-external-helpers.js",
"babel-plugin": "./bin/babel-plugin.js"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc