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

babel-ready

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-ready - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

index.js

@@ -28,3 +28,6 @@ const spawnSync = require('child_process').spawnSync;

"test": "echo \"Error: no test specified\" && exit 1",
"start": "babel-node index.js"
"start": "babel-node index.js",
"git-commit": "git add -A . && git commit -a -m 'gh-pages update'",
"git-push": "git push origin gh-pages --force && git checkout master",
"deploy": "npm run build && npm run git-commit && npm run git-push"
},

@@ -31,0 +34,0 @@ "author": "",

{
"name": "babel-ready",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -10,2 +10,5 @@ "main": "index.js",

},
"bin": {
"babel-ready": "./bin/babel-ready"
},
"author": "",

@@ -12,0 +15,0 @@ "repository": {

4

README.md

@@ -5,3 +5,3 @@ # Babel-Ready

INFORMATION_GOES_HERE
Simple project to make many projects.

@@ -18,3 +18,3 @@ ## Install

node babel-ready
babel-ready

@@ -21,0 +21,0 @@ //Watch as files are created.

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