@babel/preset-env
Advanced tools
+2
-2
@@ -38,3 +38,3 @@ "use strict"; | ||
| const pluginsListWithProposals = Object.assign({}, _pluginsCompatData.plugins, _pluginsCompatData.pluginsBugfixes); | ||
| const pluginsListWithuotProposals = filterStageFromList(pluginsListWithProposals, _shippedProposals.proposalPlugins); | ||
| const pluginsListWithoutProposals = filterStageFromList(pluginsListWithProposals, _shippedProposals.proposalPlugins); | ||
| { | ||
@@ -243,3 +243,3 @@ var pluginsListNoBugfixesWithProposals = _pluginsCompatData.plugins; | ||
| const exclude = transformIncludesAndExcludes(optionsExclude); | ||
| const compatData = bugfixes ? shippedProposals ? pluginsListWithProposals : pluginsListWithuotProposals : shippedProposals ? pluginsListNoBugfixesWithProposals : pluginsListNoBugfixesWithoutProposals; | ||
| const compatData = bugfixes ? shippedProposals ? pluginsListWithProposals : pluginsListWithoutProposals : shippedProposals ? pluginsListNoBugfixesWithProposals : pluginsListNoBugfixesWithoutProposals; | ||
| const modules = optionsModules === "auto" ? api.caller(supportsStaticESM) ? false : "commonjs" : optionsModules; | ||
@@ -246,0 +246,0 @@ const shouldTransformDynamicImport = optionsModules === "auto" ? !api.caller(supportsDynamicImport) : !!modules; |
+14
-14
| { | ||
| "name": "@babel/preset-env", | ||
| "version": "7.28.3", | ||
| "version": "7.28.5", | ||
| "description": "A Babel preset for each environment.", | ||
@@ -19,7 +19,7 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
| "dependencies": { | ||
| "@babel/compat-data": "^7.28.0", | ||
| "@babel/compat-data": "^7.28.5", | ||
| "@babel/helper-compilation-targets": "^7.27.2", | ||
| "@babel/helper-plugin-utils": "^7.27.1", | ||
| "@babel/helper-validator-option": "^7.27.1", | ||
| "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.27.1", | ||
| "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.28.5", | ||
| "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1", | ||
@@ -37,8 +37,8 @@ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1", | ||
| "@babel/plugin-transform-block-scoped-functions": "^7.27.1", | ||
| "@babel/plugin-transform-block-scoping": "^7.28.0", | ||
| "@babel/plugin-transform-block-scoping": "^7.28.5", | ||
| "@babel/plugin-transform-class-properties": "^7.27.1", | ||
| "@babel/plugin-transform-class-static-block": "^7.28.3", | ||
| "@babel/plugin-transform-classes": "^7.28.3", | ||
| "@babel/plugin-transform-classes": "^7.28.4", | ||
| "@babel/plugin-transform-computed-properties": "^7.27.1", | ||
| "@babel/plugin-transform-destructuring": "^7.28.0", | ||
| "@babel/plugin-transform-destructuring": "^7.28.5", | ||
| "@babel/plugin-transform-dotall-regex": "^7.27.1", | ||
@@ -49,3 +49,3 @@ "@babel/plugin-transform-duplicate-keys": "^7.27.1", | ||
| "@babel/plugin-transform-explicit-resource-management": "^7.28.0", | ||
| "@babel/plugin-transform-exponentiation-operator": "^7.27.1", | ||
| "@babel/plugin-transform-exponentiation-operator": "^7.28.5", | ||
| "@babel/plugin-transform-export-namespace-from": "^7.27.1", | ||
@@ -56,7 +56,7 @@ "@babel/plugin-transform-for-of": "^7.27.1", | ||
| "@babel/plugin-transform-literals": "^7.27.1", | ||
| "@babel/plugin-transform-logical-assignment-operators": "^7.27.1", | ||
| "@babel/plugin-transform-logical-assignment-operators": "^7.28.5", | ||
| "@babel/plugin-transform-member-expression-literals": "^7.27.1", | ||
| "@babel/plugin-transform-modules-amd": "^7.27.1", | ||
| "@babel/plugin-transform-modules-commonjs": "^7.27.1", | ||
| "@babel/plugin-transform-modules-systemjs": "^7.27.1", | ||
| "@babel/plugin-transform-modules-systemjs": "^7.28.5", | ||
| "@babel/plugin-transform-modules-umd": "^7.27.1", | ||
@@ -67,6 +67,6 @@ "@babel/plugin-transform-named-capturing-groups-regex": "^7.27.1", | ||
| "@babel/plugin-transform-numeric-separator": "^7.27.1", | ||
| "@babel/plugin-transform-object-rest-spread": "^7.28.0", | ||
| "@babel/plugin-transform-object-rest-spread": "^7.28.4", | ||
| "@babel/plugin-transform-object-super": "^7.27.1", | ||
| "@babel/plugin-transform-optional-catch-binding": "^7.27.1", | ||
| "@babel/plugin-transform-optional-chaining": "^7.27.1", | ||
| "@babel/plugin-transform-optional-chaining": "^7.28.5", | ||
| "@babel/plugin-transform-parameters": "^7.27.7", | ||
@@ -76,3 +76,3 @@ "@babel/plugin-transform-private-methods": "^7.27.1", | ||
| "@babel/plugin-transform-property-literals": "^7.27.1", | ||
| "@babel/plugin-transform-regenerator": "^7.28.3", | ||
| "@babel/plugin-transform-regenerator": "^7.28.4", | ||
| "@babel/plugin-transform-regexp-modifiers": "^7.27.1", | ||
@@ -100,6 +100,6 @@ "@babel/plugin-transform-reserved-words": "^7.27.1", | ||
| "devDependencies": { | ||
| "@babel/core": "^7.28.3", | ||
| "@babel/core": "^7.28.5", | ||
| "@babel/core-7.12": "npm:@babel/core@7.12.9", | ||
| "@babel/helper-plugin-test-runner": "^7.27.1", | ||
| "@babel/traverse": "^7.28.3" | ||
| "@babel/traverse": "^7.28.5" | ||
| }, | ||
@@ -106,0 +106,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
154058
0.06%