@cloudbase/oauth
Advanced tools
+4
-4
| { | ||
| "name": "@cloudbase/oauth", | ||
| "version": "2.27.5", | ||
| "version": "2.28.0", | ||
| "description": "cloudbase javascript sdk auth componets", | ||
@@ -23,7 +23,7 @@ "main": "dist/cjs/index.js", | ||
| "dependencies": { | ||
| "@cloudbase/utilities": "2.27.5" | ||
| "@cloudbase/utilities": "2.28.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/preset-env": "^7.25.3", | ||
| "@cloudbase/types": "2.27.5", | ||
| "@cloudbase/types": "2.28.0", | ||
| "@types/node": "^22.5.4", | ||
@@ -38,3 +38,3 @@ "terser-webpack-plugin": "^3.0.2", | ||
| "license": "Apache-2.0", | ||
| "gitHead": "fa2dc974881702d7700de31d4eab695d035b4831" | ||
| "gitHead": "8155628357989372e59b8466c9c651ec0dd06d20" | ||
| } |
Network access
Supply chain riskThis module accesses the network.
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 4 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
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
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 4 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
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
+ Added
+ Added
- Removed
- Removed
Updated