Comparing version 2.53.1 to 2.53.2
const productionSites = '(?:https?:\\/\\/(?:www\\.)?)?(?<site>(?:casemates|mediocre|mediocritee|meh|morningsave|pastadrop|sidedeal|stellacarmina)\\.com)?'; | ||
const debugSites = '(?:https?:\\/\\/)?(?<siteLocal>(?:127\\.0\\.0\\.1|localhost):\\d{4})?'; | ||
const path = '\\/(?<path>(?<type>deals|polls)\\/(?:[-\\w]+))'; | ||
const path = '\\/(?<path>(?<type>deals|polls)\\/(?:[-\\w%]+))'; | ||
let regExp = new RegExp(`${productionSites}${path}`); | ||
@@ -5,0 +5,0 @@ if (process.env.NODE_ENV !== 'production' && process.env.NODE_ENV !== 'staging') { |
@@ -10,3 +10,3 @@ { | ||
"minimist": "~1.2.5", | ||
"natural": "~5.2.1", | ||
"natural": "~5.2.4", | ||
"probe-image-size": "~7.2.0", | ||
@@ -37,3 +37,3 @@ "rel-to-abs": "~0.1.0", | ||
}, | ||
"version": "2.53.1" | ||
"version": "2.53.2" | ||
} |
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
1528413
Updatednatural@~5.2.4