@bonniernews/local-esi
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -201,2 +201,5 @@ "use strict"; | ||
request.get(includeUrl, options, (err, res, body) => { | ||
if (!err && res.statusCode > 399) { | ||
err = new Error(`Response code: ${res.statusCode}`); | ||
} | ||
if (err) { | ||
@@ -203,0 +206,0 @@ if (context.inAttempt) { |
{ | ||
"name": "@bonniernews/local-esi", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Local Edge Side Includes parser", | ||
@@ -16,2 +16,3 @@ "main": "index.js", | ||
"chai": "^4.2.0", | ||
"eslint": "^5.8.0", | ||
"mocha": "^5.2.0", | ||
@@ -18,0 +19,0 @@ "nock": "^10.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
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
17658
510
4