@agentuity/postgres
Advanced tools
+5
-5
| { | ||
| "name": "@agentuity/postgres", | ||
| "version": "2.0.11", | ||
| "version": "2.0.12", | ||
| "license": "Apache-2.0", | ||
@@ -34,7 +34,7 @@ "author": "Agentuity employees and contributors", | ||
| "dependencies": { | ||
| "@agentuity/core": "2.0.11", | ||
| "@agentuity/core": "2.0.12", | ||
| "pg": "^8.13.1" | ||
| }, | ||
| "peerDependencies": { | ||
| "@agentuity/runtime": "2.0.11" | ||
| "@agentuity/runtime": "2.0.12" | ||
| }, | ||
@@ -47,4 +47,4 @@ "peerDependenciesMeta": { | ||
| "devDependencies": { | ||
| "@agentuity/runtime": "2.0.11", | ||
| "@agentuity/test-utils": "2.0.11", | ||
| "@agentuity/runtime": "2.0.12", | ||
| "@agentuity/test-utils": "2.0.12", | ||
| "@types/bun": "latest", | ||
@@ -51,0 +51,0 @@ "@types/pg": "^8.11.14", |
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 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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
Updated