@jsrepo/migrate
Advanced tools
+2
-2
| { | ||
| "name": "@jsrepo/migrate", | ||
| "description": "Automatically migrate your jsrepo project to the newest version of jsrepo.", | ||
| "version": "0.0.17", | ||
| "version": "0.0.18", | ||
| "license": "MIT", | ||
@@ -33,3 +33,3 @@ "homepage": "https://jsrepo.dev", | ||
| "commander": "^14.0.3", | ||
| "jsrepo": "3.3.0" | ||
| "jsrepo": "3.4.0" | ||
| }, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 8 instances 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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 8 instances 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
+ Added
- Removed
Updated