Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@babel/register

Package Overview
Dependencies
Maintainers
4
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/register - npm Package Compare versions

Comparing version
8.0.0-rc.1
to
8.0.0-rc.2
+5
-5
package.json
{
"name": "@babel/register",
"version": "8.0.0-rc.1",
"version": "8.0.0-rc.2",
"description": "babel require hook",

@@ -25,8 +25,8 @@ "license": "MIT",

"peerDependencies": {
"@babel/core": "^7.0.0-0"
"@babel/core": "^8.0.0-rc.2"
},
"devDependencies": {
"@babel/core": "^8.0.0-rc.1",
"@babel/plugin-transform-arrow-functions": "^8.0.0-rc.1",
"@babel/plugin-transform-modules-commonjs": "^8.0.0-rc.1",
"@babel/core": "^8.0.0-rc.2",
"@babel/plugin-transform-arrow-functions": "^8.0.0-rc.2",
"@babel/plugin-transform-modules-commonjs": "^8.0.0-rc.2",
"@types/cacache": "^20.0.0"

@@ -33,0 +33,0 @@ },