Socket
Socket
Sign inDemoInstall

@babel/cli

Package Overview
Dependencies
Maintainers
5
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/cli - npm Package Compare versions

Comparing version 7.0.0-beta.49 to 7.0.0-beta.50

4

lib/babel/dir.js

@@ -136,4 +136,6 @@ "use strict";

if (!_fs().default.existsSync(outDirPath)) {
try {
_fs().default.mkdirSync(outDirPath);
} catch (err) {
if (err.code !== "EEXIST") throw err;
}

@@ -140,0 +142,0 @@ }

{
"name": "@babel/cli",
"version": "7.0.0-beta.49",
"version": "7.0.0-beta.50",
"description": "Babel command line.",

@@ -35,4 +35,4 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"devDependencies": {
"@babel/core": "7.0.0-beta.49",
"@babel/helper-fixtures": "7.0.0-beta.49"
"@babel/core": "7.0.0-beta.50",
"@babel/helper-fixtures": "7.0.0-beta.50"
},

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

@@ -5,18 +5,16 @@ # @babel/cli

In addition, various entry point scripts live in the top-level package at `@babel/cli/bin`.
See our website [@babel/cli](https://new.babeljs.io/docs/en/next/babel-cli.html) for more information or the [issues](https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20cli%22+is%3Aopen) associated with this package.
There is a shell-executable utility script, `babel-external-helpers.js`, and the main Babel cli script, `babel.js`.
## Install
Using npm:
```sh
npm install --save-dev @babel/core @babel/cli
npm install --save @babel/cli
```
## Usage
or using yarn:
```sh
babel script.js
yarn add --save @babel/cli
```
For more in depth documentation see: http://babeljs.io/docs/usage/cli/
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