Comparing version 1.2.1 to 1.3.0
@@ -590,2 +590,7 @@ var esprima = require('esprima'), | ||
if (expr.arguments[0]) { | ||
assert(expr.arguments[0].type === 'FunctionExpression' || | ||
expr.arguments[0].type === 'Literal'); | ||
} | ||
function isConst(val) { | ||
@@ -592,0 +597,0 @@ return val.type === 'Literal'; |
{ | ||
"name": "xjst", | ||
"description": "XSLT inspired JavaScript templates (with spices)", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"homepage": "http://github.com/veged/xjst", | ||
@@ -6,0 +6,0 @@ "author": "Sergey Berezhnoy <veged@mail.ru> (http://github.com/veged)", |
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
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
1
107296
27
2441