Socket
Socket
Sign inDemoInstall

babel-cli

Package Overview
Dependencies
168
Maintainers
5
Versions
75
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.24.1 to 6.26.0

package-lock.json

1

lib/babel-node.js

@@ -40,2 +40,3 @@ "use strict";

case "--inspect":
case "--inspect-brk":
args.unshift(arg);

@@ -42,0 +43,0 @@ break;

28

package.json
{
"name": "babel-cli",
"version": "6.24.1",
"version": "6.26.0",
"description": "Babel command line.",

@@ -19,16 +19,16 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"dependencies": {
"babel-core": "^6.24.1",
"babel-register": "^6.24.1",
"babel-polyfill": "^6.23.0",
"babel-runtime": "^6.22.0",
"commander": "^2.8.1",
"convert-source-map": "^1.1.0",
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"commander": "^2.11.0",
"convert-source-map": "^1.5.0",
"fs-readdir-recursive": "^1.0.0",
"glob": "^7.0.0",
"lodash": "^4.2.0",
"output-file-sync": "^1.1.0",
"path-is-absolute": "^1.0.0",
"glob": "^7.1.2",
"lodash": "^4.17.4",
"output-file-sync": "^1.1.2",
"path-is-absolute": "^1.0.1",
"slash": "^1.0.0",
"source-map": "^0.5.0",
"v8flags": "^2.0.10"
"source-map": "^0.5.6",
"v8flags": "^2.1.1"
},

@@ -39,3 +39,3 @@ "optionalDependencies": {

"devDependencies": {
"babel-helper-fixtures": "^6.22.0"
"babel-helper-fixtures": "^6.26.0"
},

@@ -42,0 +42,0 @@ "bin": {

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