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 7.24.7 to 7.24.8

2

lib/babel/options.js

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

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

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

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

_fs().chmodSync(dest, _fs().statSync(src).mode);
} catch (err) {
} catch (_) {
console.warn(`Cannot change permissions of ${dest}`);

@@ -55,0 +55,0 @@ }

{
"name": "@babel/cli",
"version": "7.24.7",
"version": "7.24.8",
"description": "Babel command line.",

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

"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/helper-transform-fixture-test-runner": "^7.24.7",
"@babel/core": "^7.24.8",
"@babel/helper-transform-fixture-test-runner": "^7.24.8",
"@types/fs-readdir-recursive": "^1.1.0",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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