Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bonniernews/local-esi

Package Overview
Dependencies
Maintainers
8
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bonniernews/local-esi - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

5

lib/markup.js

@@ -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;
}, "");
}

4

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc