@jsrepo/migrate
Advanced tools
+3
-3
| { | ||
| "name": "@jsrepo/migrate", | ||
| "description": "Automatically migrate your jsrepo project to the newest version of jsrepo.", | ||
| "version": "0.0.20", | ||
| "version": "0.0.21", | ||
| "license": "MIT", | ||
@@ -33,7 +33,7 @@ "homepage": "https://jsrepo.dev", | ||
| "commander": "^14.0.3", | ||
| "jsrepo": "3.5.1" | ||
| "jsrepo": "3.5.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@clack/prompts": "1.0.0-alpha.6", | ||
| "@types/node": "^25.2.0", | ||
| "@types/node": "^25.3.0", | ||
| "@types/semver": "^7.7.1", | ||
@@ -40,0 +40,0 @@ "nevereverthrow": "^0.3.0", |
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
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated