@babel/plugin-transform-modules-systemjs
Advanced tools
+1
-1
@@ -71,3 +71,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
| var index = declare((api, options) => { | ||
| api.assertVersion("8.0.0-beta.1"); | ||
| api.assertVersion("8.0.0-beta.2"); | ||
| const { | ||
@@ -74,0 +74,0 @@ systemGlobal = "System", |
+8
-8
| { | ||
| "name": "@babel/plugin-transform-modules-systemjs", | ||
| "version": "8.0.0-beta.1", | ||
| "version": "8.0.0-beta.2", | ||
| "description": "This plugin transforms ES2015 modules to SystemJS", | ||
@@ -16,5 +16,5 @@ "repository": { | ||
| "dependencies": { | ||
| "@babel/helper-module-transforms": "^8.0.0-beta.1", | ||
| "@babel/helper-plugin-utils": "^8.0.0-beta.1", | ||
| "@babel/helper-validator-identifier": "^8.0.0-beta.1" | ||
| "@babel/helper-module-transforms": "^8.0.0-beta.2", | ||
| "@babel/helper-plugin-utils": "^8.0.0-beta.2", | ||
| "@babel/helper-validator-identifier": "^8.0.0-beta.2" | ||
| }, | ||
@@ -25,8 +25,8 @@ "keywords": [ | ||
| "peerDependencies": { | ||
| "@babel/core": "^8.0.0-beta.1" | ||
| "@babel/core": "^8.0.0-beta.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^8.0.0-beta.1", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-beta.1", | ||
| "@babel/helper-transform-fixture-test-runner": "^8.0.0-beta.1", | ||
| "@babel/core": "^8.0.0-beta.2", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-beta.2", | ||
| "@babel/helper-transform-fixture-test-runner": "^8.0.0-beta.2", | ||
| "core-js": "^3.35.0" | ||
@@ -33,0 +33,0 @@ }, |
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
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