string-template
Advanced tools
Comparing version 0.1.3 to 0.2.0
@@ -8,3 +8,3 @@ var nargs = /\{([0-9a-zA-Z]+)\}/g | ||
var args | ||
if (arguments.length === 2 && typeof arguments[1] === "object") { | ||
@@ -35,2 +35,2 @@ args = arguments[1] | ||
}) | ||
} | ||
} |
{ | ||
"name": "string-template", | ||
"version": "0.1.3", | ||
"version": "0.2.0", | ||
"description": "A simple string template function based on named or indexed arguments", | ||
@@ -25,3 +25,5 @@ "keywords": [ | ||
}, | ||
"dependencies": {}, | ||
"dependencies": { | ||
"js-string-escape": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
@@ -28,0 +30,0 @@ "tape": "~1.1.1" |
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
8601
7
118
1
1
+ Addedjs-string-escape@^1.0.0
+ Addedjs-string-escape@1.0.1(transitive)