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

@bonniernews/local-esi

Package Overview
Dependencies
Maintainers
6
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 0.10.0 to 0.10.1

3

lib/ESIListener.js

@@ -178,5 +178,2 @@ "use strict";

if (!url.parse(source).pathname.endsWith("/")) {
return fetchCallback(new Error("Included URL's path name must end with /"));
}
for (const key in context.assigns) {

@@ -183,0 +180,0 @@ if (typeof context.assigns[key] === "string") {

1

lib/transformHtml.js

@@ -58,2 +58,3 @@ "use strict";

const reader = new Readable();
reader.setEncoding("utf8");
const hwm = reader._readableState.highWaterMark;

@@ -60,0 +61,0 @@

{
"name": "@bonniernews/local-esi",
"version": "0.10.0",
"version": "0.10.1",
"description": "Local Edge Side Includes parser",

@@ -16,3 +16,3 @@ "main": "index.js",

"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint": "^6.0.1",
"mocha": "^6.1.4",

@@ -19,0 +19,0 @@ "nock": "^10.0.6"

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