Socket
Socket
Sign inDemoInstall

@babel/node

Package Overview
Dependencies
81
Maintainers
4
Versions
106
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.0-alpha.5 to 8.0.0-alpha.6

2

lib/_babel-node.js

@@ -36,3 +36,3 @@ import commander from "commander";

program.option("-b, --presets [string]", "", collect);
program.version("8.0.0-alpha.5");
program.version("8.0.0-alpha.6");
program.usage("[options] [ -e script | script.js ] [arguments]");

@@ -39,0 +39,0 @@ program.parse(process.argv);

{
"name": "@babel/node",
"version": "8.0.0-alpha.5",
"version": "8.0.0-alpha.6",
"description": "Babel command line",

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

"dependencies": {
"@babel/register": "^8.0.0-alpha.5",
"@babel/register": "^8.0.0-alpha.6",
"commander": "^4.0.1",

@@ -34,12 +34,10 @@ "core-js": "^3.30.2",

"peerDependencies": {
"@babel/core": "^8.0.0-alpha.5"
"@babel/core": "^8.0.0-alpha.6"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.5",
"@babel/helper-fixtures": "^8.0.0-alpha.5",
"@babel/preset-env": "^8.0.0-alpha.5",
"@babel/runtime": "^8.0.0-alpha.5",
"@types/v8flags": "^3.1.1",
"fs-readdir-recursive": "^1.0.0",
"rimraf": "^3.0.0"
"@babel/core": "^8.0.0-alpha.6",
"@babel/helper-transform-fixture-test-runner": "^8.0.0-alpha.6",
"@babel/preset-env": "^8.0.0-alpha.6",
"@babel/runtime": "^8.0.0-alpha.6",
"@types/v8flags": "^3.1.1"
},

@@ -46,0 +44,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