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.4
to
7.28.0
+10
-10
package.json
{
"name": "@babel/plugin-transform-runtime",
"version": "7.27.4",
"version": "7.28.0",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",

@@ -25,5 +25,5 @@ "repository": {

"@babel/helper-plugin-utils": "^7.27.1",
"babel-plugin-polyfill-corejs2": "^0.4.10",
"babel-plugin-polyfill-corejs3": "^0.11.0",
"babel-plugin-polyfill-regenerator": "^0.6.1",
"babel-plugin-polyfill-corejs2": "^0.4.14",
"babel-plugin-polyfill-corejs3": "^0.13.0",
"babel-plugin-polyfill-regenerator": "^0.6.5",
"semver": "^6.3.1"

@@ -35,9 +35,9 @@ },

"devDependencies": {
"@babel/core": "^7.27.4",
"@babel/core": "^7.28.0",
"@babel/helper-plugin-test-runner": "^7.27.1",
"@babel/helpers": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/runtime": "^7.27.4",
"@babel/runtime-corejs3": "^7.27.4",
"babel-plugin-polyfill-corejs3": "^0.11.0",
"@babel/helpers": "^7.27.6",
"@babel/preset-env": "^7.28.0",
"@babel/runtime": "^7.27.6",
"@babel/runtime-corejs3": "^7.28.0",
"babel-plugin-polyfill-corejs3": "^0.13.0",
"make-dir": "^2.1.0"

@@ -44,0 +44,0 @@ },