service-worker-mock
Advanced tools
Comparing version 1.7.1 to 1.7.2
@@ -1,2 +0,5 @@ | ||
const URL = require('dom-urls'); | ||
// If the WHATWG URL implementation is available via the first-party `url` | ||
// module, in Node 7+, then prefer that. Otherwise, fall back on the `dom-urls` | ||
// implementation, which lacks support for the `searchParams` property. | ||
const URL = require('url').URL || require('dom-urls'); | ||
@@ -3,0 +6,0 @@ const Blob = require('./models/Blob'); |
{ | ||
"name": "service-worker-mock", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
22217
593