@babel/plugin-transform-runtime
Advanced tools
+2
-2
@@ -34,3 +34,3 @@ "use strict"; | ||
| if (hasOwnProperty.call(options, "useBuiltIns")) { | ||
| if (options["useBuiltIns"]) { | ||
| if (options.useBuiltIns) { | ||
| throw new Error("The 'useBuiltIns' option has been removed. The @babel/runtime " + "module now uses builtins by default."); | ||
@@ -42,3 +42,3 @@ } else { | ||
| if (hasOwnProperty.call(options, "polyfill")) { | ||
| if (options["polyfill"] === false) { | ||
| if (options.polyfill === false) { | ||
| throw new Error("The 'polyfill' option has been removed. The @babel/runtime " + "module now skips polyfilling by default."); | ||
@@ -45,0 +45,0 @@ } else { |
+6
-6
| { | ||
| "name": "@babel/plugin-transform-runtime", | ||
| "version": "7.27.1", | ||
| "version": "7.27.3", | ||
| "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals", | ||
@@ -34,8 +34,8 @@ "repository": { | ||
| "devDependencies": { | ||
| "@babel/core": "^7.27.1", | ||
| "@babel/core": "^7.27.3", | ||
| "@babel/helper-plugin-test-runner": "^7.27.1", | ||
| "@babel/helpers": "^7.27.1", | ||
| "@babel/preset-env": "^7.27.1", | ||
| "@babel/runtime": "^7.27.1", | ||
| "@babel/runtime-corejs3": "^7.27.1", | ||
| "@babel/helpers": "^7.27.3", | ||
| "@babel/preset-env": "^7.27.2", | ||
| "@babel/runtime": "^7.27.3", | ||
| "@babel/runtime-corejs3": "^7.27.3", | ||
| "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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
37383
0.01%