You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@babel/plugin-transform-runtime

Package Overview
Dependencies
Maintainers
4
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-runtime - npm Package Compare versions

Comparing version
7.27.3
to
7.27.4
+3
-0
lib/index.js

@@ -80,2 +80,5 @@ "use strict";

}
if (name === "regenerator" || name === "regeneratorKeys" || name === "regeneratorAsync" || name === "regeneratorAsyncGen") {
return _core.types.identifier("__interal_marker_fallback_regenerator__");
}
return;

@@ -82,0 +85,0 @@ }

+5
-5
{
"name": "@babel/plugin-transform-runtime",
"version": "7.27.3",
"version": "7.27.4",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",

@@ -34,8 +34,8 @@ "repository": {

"devDependencies": {
"@babel/core": "^7.27.3",
"@babel/core": "^7.27.4",
"@babel/helper-plugin-test-runner": "^7.27.1",
"@babel/helpers": "^7.27.3",
"@babel/helpers": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/runtime": "^7.27.3",
"@babel/runtime-corejs3": "^7.27.3",
"@babel/runtime": "^7.27.4",
"@babel/runtime-corejs3": "^7.27.4",
"babel-plugin-polyfill-corejs3": "^0.11.0",

@@ -42,0 +42,0 @@ "make-dir": "^2.1.0"

Sorry, the diff of this file is not supported yet