Socket
Socket
Sign inDemoInstall

@babel/cli

Package Overview
Dependencies
87
Maintainers
4
Versions
122
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.0-alpha.1 to 8.0.0-alpha.2

2

lib/babel/options.js

@@ -41,3 +41,3 @@ import fs from "fs";

commander.option("--out-file-extension [string]", "Use a specific extension for the output files");
commander.version("8.0.0-alpha.1" + " (@babel/core " + version + ")");
commander.version("8.0.0-alpha.2" + " (@babel/core " + version + ")");
commander.usage("[options] <files ...>");

@@ -44,0 +44,0 @@ commander.action(() => {});

{
"name": "@babel/cli",
"version": "8.0.0-alpha.1",
"version": "8.0.0-alpha.2",
"description": "Babel command line.",

@@ -38,7 +38,7 @@ "author": "The Babel Team (https://babel.dev/team)",

"peerDependencies": {
"@babel/core": "^8.0.0-alpha.1"
"@babel/core": "^8.0.0-alpha.2"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.1",
"@babel/helper-fixtures": "^8.0.0-alpha.1",
"@babel/core": "^8.0.0-alpha.2",
"@babel/helper-fixtures": "^8.0.0-alpha.2",
"@types/fs-readdir-recursive": "^1.1.0",

@@ -45,0 +45,0 @@ "@types/glob": "^7.2.0",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc