@babel/plugin-transform-explicit-resource-management
Advanced tools
+1
-1
@@ -11,3 +11,3 @@ "use strict"; | ||
| function isAnonymousFunctionDefinition(node) { | ||
| return _core.types.isClassExpression(node) && !node.id; | ||
| return _core.types.isArrowFunctionExpression(node) || (_core.types.isFunctionExpression(node) || _core.types.isClassExpression(node)) && !node.id; | ||
| } | ||
@@ -14,0 +14,0 @@ function emitSetFunctionNameCall(state, expression, name) { |
+3
-3
| { | ||
| "name": "@babel/plugin-transform-explicit-resource-management", | ||
| "version": "7.27.5", | ||
| "version": "7.28.0", | ||
| "description": "Compile `using` and `await using` declarations to ES2015", | ||
@@ -21,3 +21,3 @@ "repository": { | ||
| "@babel/helper-plugin-utils": "^7.27.1", | ||
| "@babel/plugin-transform-destructuring": "^7.27.3" | ||
| "@babel/plugin-transform-destructuring": "^7.28.0" | ||
| }, | ||
@@ -28,3 +28,3 @@ "peerDependencies": { | ||
| "devDependencies": { | ||
| "@babel/core": "^7.27.4", | ||
| "@babel/core": "^7.28.0", | ||
| "@babel/helper-plugin-test-runner": "^7.27.1" | ||
@@ -31,0 +31,0 @@ }, |
Sorry, the diff of this file is not supported yet
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
26611
1.1%0
-100%