Comparing version 0.1.4 to 0.1.5
# Artist changes | ||
* 0.1.5 | ||
1. Use of initial compile options | ||
* 0.1.4 | ||
@@ -4,0 +6,0 @@ 1. Added proxy() middleware |
@@ -54,3 +54,3 @@ var defaults = { | ||
} | ||
var code = fest.compile(path, options), | ||
var code = fest.compile(path, extend({}, options)), | ||
tmpl = (new Function('__fest_error', 'return ' + code))(options.errorFn); | ||
@@ -101,3 +101,3 @@ if (options.cache) { | ||
} | ||
var code = fest.compile(path, options), | ||
var code = fest.compile(path, extend({}, options)), | ||
tmpl = (new Function('__fest_error', 'return ' + code))(options.errorFn); | ||
@@ -218,3 +218,3 @@ if (options.cache) { | ||
} | ||
var content = fest.compile(path, options); | ||
var content = fest.compile(path, extend({}, options)); | ||
if (options.format !== 'jsonp') { | ||
@@ -221,0 +221,0 @@ content = options.format |
{ | ||
"name": "artist", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Template engine for node.js built on fest", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
23139
0
4