Socket
Socket
Sign inDemoInstall

@babel/node

Package Overview
Dependencies
Maintainers
4
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/node - npm Package Compare versions

Comparing version 8.0.0-alpha.3 to 8.0.0-alpha.4

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.3");
program.version("8.0.0-alpha.4");
program.usage("[options] [ -e script | script.js ] [arguments]");

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

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

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

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

@@ -34,9 +34,9 @@ "core-js": "^3.30.2",

"peerDependencies": {
"@babel/core": "^8.0.0-alpha.3"
"@babel/core": "^8.0.0-alpha.4"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.3",
"@babel/helper-fixtures": "^8.0.0-alpha.3",
"@babel/preset-env": "^8.0.0-alpha.3",
"@babel/runtime": "^8.0.0-alpha.3",
"@babel/core": "^8.0.0-alpha.4",
"@babel/helper-fixtures": "^8.0.0-alpha.4",
"@babel/preset-env": "^8.0.0-alpha.4",
"@babel/runtime": "^8.0.0-alpha.4",
"@types/v8flags": "^3.1.1",

@@ -43,0 +43,0 @@ "fs-readdir-recursive": "^1.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