+1
-1
@@ -188,3 +188,3 @@ const path = require("path"); | ||
| fileName, | ||
| `var m_ln = ${JSON.stringify(data[key])}${langIns}`, | ||
| `var m_ln = ${JSON.stringify(data[key]).replace(/","/g, '",\n"')}${langIns}`.replace("= {", "= {\n").replace('"}', '"\n}'), | ||
| "utf-8", | ||
@@ -191,0 +191,0 @@ complete |
+2
-2
| { | ||
| "name": "langparse", | ||
| "version": "1.0.3", | ||
| "version": "1.0.4", | ||
| "description": "parse language", | ||
@@ -18,2 +18,2 @@ "main": "index.js", | ||
| } | ||
| } | ||
| } |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
81558
0.09%