Socket
Socket
Sign inDemoInstall

babel-cli

Package Overview
Dependencies
168
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.2 to 6.0.12

8

package.json
{
"name": "babel-cli",
"version": "6.0.2",
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
"version": "6.0.12",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",

@@ -11,3 +11,3 @@ "homepage": "https://babeljs.io/",

"dependencies": {
"babel-core": "^6.0.2",
"babel-core": "^6.0.12",
"babel-polyfill": "^6.0.2",

@@ -26,3 +26,3 @@ "chokidar": "^1.0.0",

"v8flags": "^2.0.10",
"babel-runtime": "^6.0.2"
"babel-runtime": "^6.0.12"
},

@@ -29,0 +29,0 @@ "bin": {

# babel-cli
> Babel command line.
## Install
```sh
$ npm install --global babel-cli
```
## Usage
```sh
$ babel script.js
```
For more in depth documentation see: http://babeljs.io/docs/usage/cli/
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc