configparser
Advanced tools
+1
-1
| { | ||
| "name": "configparser", | ||
| "version": "0.3.8", | ||
| "version": "0.3.9", | ||
| "description": "A basic config parser language based off the Python ConfigParser module.", | ||
@@ -5,0 +5,0 @@ "main": "src/configparser.js", |
@@ -20,3 +20,3 @@ type FileInputType = string | Buffer | number; | ||
| write(file: FileInputType, createMissingDirs?: boolean): void; | ||
| writeSync(file: FileInputType, createMissingDirs?: boolean): Promise<void>; | ||
| writeAsync(file: FileInputType, createMissingDirs?: boolean): Promise<void>; | ||
| } | ||
@@ -23,0 +23,0 @@ |
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
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
22433
0