Socket
Socket
Sign inDemoInstall

@babel/cli

Package Overview
Dependencies
Maintainers
6
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.12.0 to 7.12.1

2

lib/babel/util.js

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

try {
return parseInt(process.version) >= 8 ? require("chokidar") : require("chokidarAt2");
return parseInt(process.version) >= 8 ? require("chokidar") : require("@nicolo-ribaudo/chokidar-2");
} catch (err) {

@@ -147,0 +147,0 @@ console.error("The optional dependency chokidar failed to install and is required for " + "--watch. Chokidar is likely not supported on your platform.");

{
"name": "@babel/cli",
"version": "7.12.0",
"version": "7.12.1",
"description": "Babel command line.",

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

"optionalDependencies": {
"chokidar": "^3.4.0",
"chokidarAt2": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz"
"@nicolo-ribaudo/chokidar-2": "^2.1.8",
"chokidar": "^3.4.0"
},

@@ -44,4 +44,4 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.12.0",
"@babel/helper-fixtures": "^7.10.5",
"@babel/core": "^7.12.1",
"@babel/helper-fixtures": "7.10.5",
"rimraf": "^3.0.0"

@@ -48,0 +48,0 @@ },

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