+6
-6
@@ -48,4 +48,4 @@ /** | ||
| var engine = byName[name], | ||
| syntax = engine.syntax, | ||
| var pipeline = byName[name], | ||
| syntax = pipeline.syntax, | ||
| modules; | ||
@@ -57,5 +57,5 @@ | ||
| if (options.fetch) | ||
| modules = engine.modules.map(function(x) { return desires(x, { dir : options.dir }); }); | ||
| modules = pipeline.modules.map(function(x) { return desires(x, { dir : options.dir }); }); | ||
| else | ||
| modules = engine.modules.map(function(x) { return require(x); }); | ||
| modules = pipeline.modules.map(function(x) { return require(x); }); | ||
@@ -93,6 +93,6 @@ // If blank, return | ||
| Returns the default engine for an extension. Leading "." is removed. | ||
| Returns the default pipeline for an extension. Leading "." is removed. | ||
| @param {String} ext The file extension. | ||
| @returns {String} Name of the default engine. | ||
| @returns {String} Name of the default pipeline. | ||
@@ -99,0 +99,0 @@ @example |
+1
-1
| { | ||
| "name": "compilers", | ||
| "version": "0.3.1", | ||
| "version": "0.3.2", | ||
| "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
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
14080
0.09%1
-50%