resp-modifier
Advanced tools
Comparing version 4.0.3 to 4.0.4
@@ -50,3 +50,3 @@ "use strict"; | ||
var withoutSingle = respMod.opts.rules.filter(function (rule) { | ||
if (rule.paths) { | ||
if (rule.paths && rule.paths.length) { | ||
return false; | ||
@@ -53,0 +53,0 @@ } |
{ | ||
"name": "resp-modifier", | ||
"description": "Middleware for modifying a HTML response", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Shane Osbourne", |
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
11636