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

create-babel

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-babel - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

package.json
{
"name": "create-babel",
"version": "0.0.6",
"version": "0.0.7",
"description": "Create app with Babel configuration.",

@@ -5,0 +5,0 @@ "main": "index.js",

# create-babel
Create a new Babel-configured app in a new `./my-app` directory:
Like `create-react-app`, but for a basic Babel setup.
Create an app in a new `./my-app` directory:
```shell
$ npm init babel my-app
```
[<kbd>copy</kbd>](https://copyhaste.com/c/?t=npm%20init%20babel%20my-app)
* :sparkles: Auto-installs dependencies.
* :fast_forward: Out-of-the-box [preset-env](https://babeljs.io/docs/en/babel-preset-env) for modern syntax & [transform-runtime](https://babeljs.io/docs/en/babel-plugin-transform-runtime) for `async`/`await`.
* 🛠️ Baked-in `build` and `build:watch` scripts, gitignore & more!
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