@babel/core
Advanced tools
+1
-1
@@ -215,3 +215,3 @@ "use strict"; | ||
| ; | ||
| const version = exports.version = "7.27.3"; | ||
| const version = exports.version = "7.27.4"; | ||
| const resolvePlugin = (name, dirname) => resolvers.resolvePlugin(name, dirname, false).filepath; | ||
@@ -218,0 +218,0 @@ exports.resolvePlugin = resolvePlugin; |
@@ -119,2 +119,3 @@ "use strict"; | ||
| availableHelper(name, versionRange) { | ||
| if (helpers().isInternal(name)) return false; | ||
| let minVersion; | ||
@@ -134,2 +135,8 @@ try { | ||
| addHelper(name) { | ||
| if (helpers().isInternal(name)) { | ||
| throw new Error("Cannot use internal helper " + name); | ||
| } | ||
| return this._addHelper(name); | ||
| } | ||
| _addHelper(name) { | ||
| const declar = this.declarations[name]; | ||
@@ -146,3 +153,3 @@ if (declar) return cloneNode(declar); | ||
| for (const dep of helpers().getDependencies(name)) { | ||
| dependencies[dep] = this.addHelper(dep); | ||
| dependencies[dep] = this._addHelper(dep); | ||
| } | ||
@@ -149,0 +156,0 @@ const { |
+4
-4
| { | ||
| "name": "@babel/core", | ||
| "version": "7.27.3", | ||
| "version": "7.27.4", | ||
| "description": "Babel compiler core.", | ||
@@ -54,6 +54,6 @@ "main": "./lib/index.js", | ||
| "@babel/helper-module-transforms": "^7.27.3", | ||
| "@babel/helpers": "^7.27.3", | ||
| "@babel/parser": "^7.27.3", | ||
| "@babel/helpers": "^7.27.4", | ||
| "@babel/parser": "^7.27.4", | ||
| "@babel/template": "^7.27.2", | ||
| "@babel/traverse": "^7.27.3", | ||
| "@babel/traverse": "^7.27.4", | ||
| "@babel/types": "^7.27.3", | ||
@@ -60,0 +60,0 @@ "convert-source-map": "^2.0.0", |
Sorry, the diff of this file is not supported yet
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
795044
0.09%6907
0.1%Updated
Updated
Updated