@bonniernews/local-esi
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -49,6 +49,9 @@ "use strict"; | ||
return `${attributes} ${key}`; | ||
} else if (value.indexOf("\"") > -1) { | ||
attributes += ` ${key}="${value.replace(/"/g, """)}"`; | ||
} else { | ||
attributes += ` ${key}="${value}"`; | ||
} | ||
attributes += ` ${key}="${value}"`; | ||
return attributes; | ||
}, ""); | ||
} |
{ | ||
"name": "@bonniernews/local-esi", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Local Edge Side Includes parser", | ||
@@ -24,3 +24,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"atlas-html-stream": "^1.2.0", | ||
"atlas-html-stream": "git://github.com/BonnierNews/atlas-html-stream.git", | ||
"pump": "^3.0.0", | ||
@@ -27,0 +27,0 @@ "pumpify": "^2.0.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
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
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
50139
1579
0
1
- Removedatlas-html-stream@1.2.0(transitive)
- Removedatlas-seq-matcher@1.0.2(transitive)
Updatedatlas-html-stream@git://github.com/BonnierNews/atlas-html-stream.git