Socket
Socket
Sign inDemoInstall

@babel/cli

Package Overview
Dependencies
Maintainers
4
Versions
125
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 8.0.0-alpha.10 to 8.0.0-alpha.11

2

lib/babel/options.js

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

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

@@ -46,0 +46,0 @@ program.action(() => {});

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

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

"peerDependencies": {
"@babel/core": "^8.0.0-alpha.10"
"@babel/core": "^8.0.0-alpha.11"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.10",
"@babel/helper-transform-fixture-test-runner": "^8.0.0-alpha.10",
"@babel/core": "^8.0.0-alpha.11",
"@babel/helper-transform-fixture-test-runner": "^8.0.0-alpha.11",
"@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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc