+1
-1
@@ -190,3 +190,3 @@ const path = require("path"); | ||
| var text = m_ln[_key], | ||
| res = text.replace(/\{(\d)\}/g, function(result, index) { | ||
| res = text.replace(/\\{(\\d)\\}/g, function(result, index) { | ||
| return _values[index] || ""; | ||
@@ -193,0 +193,0 @@ }); |
+1
-1
| { | ||
| "name": "langparse", | ||
| "version": "1.0.7", | ||
| "version": "1.0.8", | ||
| "description": "parse language", | ||
@@ -5,0 +5,0 @@ "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
82144
0