@journeyapps/wa-sqlite
Advanced tools
+1
-1
| { | ||
| "name": "@journeyapps/wa-sqlite", | ||
| "version": "1.4.0", | ||
| "version": "1.4.1", | ||
| "publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -901,4 +901,7 @@ // Copyright 2021 Roy T. Hashimoto. All Rights Reserved. | ||
| if (Module.retryOps.length) { | ||
| await Promise.all(Module.retryOps); | ||
| Module.retryOps = []; | ||
| try { | ||
| await Promise.all(Module.retryOps); | ||
| } finally { | ||
| Module.retryOps = []; | ||
| } | ||
| } | ||
@@ -905,0 +908,0 @@ |
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 2 instances in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
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
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 2 instances in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
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
18734471
017840
0.02%