@bonniernews/local-esi
Advanced tools
Comparing version 0.10.0 to 0.10.1
@@ -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") { |
@@ -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" |
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
25276
730