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 1.0.2 to 2.0.0

3

index.js

@@ -5,3 +5,3 @@ #!/usr/bin/env node

create("babel", {
create({
dependencies: ["@babel/runtime"],

@@ -19,2 +19,3 @@ devDependencies: [

scripts: {
start: "node .",
build: "babel src --out-dir dist",

@@ -21,0 +22,0 @@ "build:watch": "npm run build -- --watch",

{
"name": "create-babel",
"version": "1.0.2",
"version": "2.0.0",
"description": "Create app with Babel configuration.",

@@ -18,4 +18,4 @@ "main": "index.js",

"dependencies": {
"base-create": "^1.2.0"
"base-create": "^2.0.2"
}
}
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