assets-manager
Advanced tools
Comparing version 0.3.6 to 0.3.7
@@ -311,2 +311,6 @@ 'use strict'; | ||
processes.forEach(function (process) { | ||
if (typeof process === 'string') { | ||
eval("process = " + process); | ||
} | ||
content = process(content, target.dest); | ||
@@ -313,0 +317,0 @@ }); |
{ | ||
"name": "assets-manager", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "Copy packages files based on manifest file", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/amazingSurge/assets-manager", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78047
1700
1