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.7 to 7.12.8

2

lib/babel/util.js

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

try {
return parseInt(process.version) >= 8 ? require("chokidar") : require("@nicolo-ribaudo/chokidar-2");
return parseInt(process.versions.node) >= 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.7",
"version": "7.12.8",
"description": "Babel command line.",

@@ -43,3 +43,3 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"devDependencies": {
"@babel/core": "7.12.7",
"@babel/core": "7.12.8",
"@babel/helper-fixtures": "7.10.5",

@@ -46,0 +46,0 @@ "rimraf": "^3.0.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