@queuedash/api
Advanced tools
+5
-2
| { | ||
| "name": "@queuedash/api", | ||
| "version": "0.4.3", | ||
| "version": "0.4.4", | ||
| "main": "./dist/main.js", | ||
@@ -15,3 +15,2 @@ "module": "./dist/main.mjs", | ||
| "@trpc/server": "^10.5.0", | ||
| "bull": "^4.10.2", | ||
| "redis-info": "^3.1.0", | ||
@@ -25,2 +24,4 @@ "zod": "^3.20.2" | ||
| "@rollup/plugin-typescript": "^10.0.1", | ||
| "@types/express": "^4.17.17", | ||
| "@types/express-serve-static-core": "^4.17.33", | ||
| "@types/node": "^18.11.14", | ||
@@ -30,4 +31,6 @@ "@types/redis-info": "^3.0.0", | ||
| "@typescript-eslint/parser": "^5.46.1", | ||
| "bull": "^4.10.2", | ||
| "eslint": "^8.29.0", | ||
| "eslint-config-prettier": "^8.5.0", | ||
| "express": "^4.18.2", | ||
| "prettier": "^2.8.1", | ||
@@ -34,0 +37,0 @@ "rollup-plugin-typescript-paths": "^1.4.0", |
| { | ||
| "src/main.ts": { | ||
| "file": "main.mjs", | ||
| "src": "src/main.ts", | ||
| "isEntry": true | ||
| } | ||
| } |
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
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
562177
0.33%4
-20%16
33.33%15
-6.25%8855
-0.07%- Removed