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.5 to 1.0.6

3

babel-ready.js

@@ -5,5 +5,2 @@ const spawnSync = require('child_process').spawnSync;

let newFolder = spawnSync('mkdir', [ 'output' ]);
let cd = spawnSync('cd', [ 'output' ]);
let installs = `install --save-dev babel-cli babel-preset-es2015`;

@@ -10,0 +7,0 @@ installs = installs.split(' ');

2

bin/babel-ready.js
#!/usr/bin/env node
require("../babel-ready.js").interpret(process.argv);
require("../babel-ready.js");
{
"name": "babel-ready",
"version": "1.0.5",
"version": "1.0.6",
"description": "",

@@ -5,0 +5,0 @@ "main": "babel-ready.js",

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