+1
-1
@@ -62,3 +62,3 @@ /** | ||
| if ("" === syntax) { | ||
| cache[name] = createFunction(function(str, options, next) { return next(null, str); }); | ||
| cache[name] = function(str, options, next) { return next(null, str); }; | ||
| return cache[name]; | ||
@@ -65,0 +65,0 @@ } |
+1
-1
| { | ||
| "name": "compilers", | ||
| "version": "0.3.2", | ||
| "version": "0.3.3", | ||
| "description": "Universal preprocessor loader for templating and transpiling", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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 1 instance 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
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 1 instance 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
14064
-0.11%