@bonniernews/local-esi
Advanced tools
Comparing version 0.9.0 to 0.10.0
@@ -303,7 +303,7 @@ "use strict"; | ||
if (char === "(") { | ||
if (inExpression && char === "(") { | ||
openParentheses++; | ||
} | ||
if (char === ")") { | ||
if (inExpression && char === ")") { | ||
openParentheses--; | ||
@@ -310,0 +310,0 @@ if (openParentheses === 0) { |
{ | ||
"name": "@bonniernews/local-esi", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"description": "Local Edge Side Includes parser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
25389
0