@bonniernews/local-esi
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -33,4 +33,4 @@ /* eslint-disable no-use-before-define */ | ||
close(next) { | ||
if (!this.children.includes("esi:attempt") || !this.children.includes("esi:except")) { | ||
return next(new Error("esi:try without esi:attempt and esi:except not allowed")); | ||
if (!this.children.includes("esi:attempt")) { | ||
return next(new Error("esi:try without esi:attempt not allowed")); | ||
} | ||
@@ -37,0 +37,0 @@ this.children.length = 0; |
{ | ||
"name": "@bonniernews/local-esi", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Local Edge Side Includes parser", | ||
@@ -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
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
0
55296