@rg-dev/stdlib
Advanced tools
+6
-2
@@ -363,4 +363,8 @@ var __create = Object.create; | ||
| function createTempFilePath(ext) { | ||
| if (ext.startsWith(".")) { | ||
| ext = ext.slice(1); | ||
| if (typeof ext == "string") { | ||
| if (ext.startsWith(".")) { | ||
| ext = ext.slice(1); | ||
| } | ||
| } else { | ||
| ext = void 0; | ||
| } | ||
@@ -367,0 +371,0 @@ const name = `temp_file_${process.pid}_${Date.now()}_${Math.random().toString(36).slice(2)}${ext ? `.${ext}` : ""}`; |
+6
-2
@@ -350,4 +350,8 @@ var __create = Object.create; | ||
| function createTempFilePath(ext) { | ||
| if (ext.startsWith(".")) { | ||
| ext = ext.slice(1); | ||
| if (typeof ext == "string") { | ||
| if (ext.startsWith(".")) { | ||
| ext = ext.slice(1); | ||
| } | ||
| } else { | ||
| ext = void 0; | ||
| } | ||
@@ -354,0 +358,0 @@ const name = `temp_file_${process.pid}_${Date.now()}_${Math.random().toString(36).slice(2)}${ext ? `.${ext}` : ""}`; |
+1
-1
| { | ||
| "name": "@rg-dev/stdlib", | ||
| "version": "1.0.39", | ||
| "version": "1.0.40", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Network access
Supply chain riskThis module accesses the network.
Found 4 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 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
Network access
Supply chain riskThis module accesses the network.
Found 4 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 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
541700
0.03%13566
0.06%