+3
-3
| { | ||
| "name": "@soat/cli", | ||
| "version": "0.5.5", | ||
| "version": "0.5.6", | ||
| "type": "module", | ||
@@ -11,3 +11,3 @@ "dependencies": { | ||
| "js-yaml": "^4.1.1", | ||
| "@soat/sdk": "0.5.5" | ||
| "@soat/sdk": "0.5.6" | ||
| }, | ||
@@ -42,3 +42,3 @@ "devDependencies": { | ||
| "lint": "eslint src tests", | ||
| "test": "pnpm --filter @soat/sdk build && jest --config tests/unit/jest.config.ts --coverage=false", | ||
| "test": "jest --config tests/unit/jest.config.ts --coverage=false", | ||
| "typecheck": "tsc --noEmit && tsc --noEmit -p tests/tsconfig.json", | ||
@@ -45,0 +45,0 @@ "build": "pnpm generate && tsup" |
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
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 4 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
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 4 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
109429
131.98%3528
127.91%14
100%+ Added
- Removed
Updated