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

babel-cli

Package Overview
Dependencies
Maintainers
3
Versions
75
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-alpha.9 to 7.0.0-alpha.10

2

lib/_babel-node.js

@@ -57,3 +57,3 @@ "use strict";

program.option("-i, --ignore [globs]", "A comma-separated list of glob patterns to skip compiling", collect);
program.option("-x, --extensions [extensions]", "List of extensions to hook into [.es6,.js,.es,.jsx]", collect);
program.option("-x, --extensions [extensions]", "List of extensions to hook into [.es6,.js,.es,.jsx,.mjs]", collect);
program.option("-w, --plugins [string]", "", collect);

@@ -60,0 +60,0 @@ program.option("-b, --presets [string]", "", collect);

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

_commander2.default.option("-x, --extensions [extensions]", "List of extensions to compile when a directory has been input [.es6,.js,.es,.jsx]", collect);
_commander2.default.option("-x, --extensions [extensions]", "List of extensions to compile when a directory has been input [.es6,.js,.es,.jsx,.mjs]", collect);
_commander2.default.option("-w, --watch", "Recompile files on changes");

@@ -86,0 +86,0 @@ _commander2.default.option("--skip-initial-build", "Do not compile files before watching");

{
"name": "babel-cli",
"version": "7.0.0-alpha.9",
"version": "7.0.0-alpha.10",
"description": "Babel command line.",

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

"dependencies": {
"babel-core": "7.0.0-alpha.9",
"babel-register": "7.0.0-alpha.9",
"babel-core": "7.0.0-alpha.10",
"babel-register": "7.0.0-alpha.10",
"babel-polyfill": "7.0.0-alpha.9",

@@ -37,3 +37,3 @@ "commander": "^2.8.1",

"devDependencies": {
"babel-helper-fixtures": "7.0.0-alpha.9"
"babel-helper-fixtures": "7.0.0-alpha.10"
},

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

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