workbox-routing
Advanced tools
Comparing version 2.0.0 to 2.0.2-2.0.2-rc1.0
{ | ||
"name": "workbox-routing", | ||
"version": "2.0.0", | ||
"version": "2.0.2-2.0.2-rc1.0", | ||
"description": "A service worker helper library to route request URLs to handlers.", | ||
@@ -25,4 +25,4 @@ "keywords": [ | ||
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-routing", | ||
"main": "build/importScripts/workbox-routing.prod.v2.0.0.js", | ||
"module": "build/modules/workbox-routing.prod.v2.0.0.mjs" | ||
"main": "build/importScripts/workbox-routing.prod.v2.0.2-2.0.2-rc1.0.js", | ||
"module": "build/modules/workbox-routing.prod.v2.0.2-2.0.2-rc1.0.mjs" | ||
} |
@@ -35,2 +35,5 @@ /* | ||
* | ||
* If a request matches multiple routes, precedence will be given to the | ||
* last-registered route. | ||
* | ||
* @memberof module:workbox-routing | ||
@@ -45,2 +48,4 @@ * | ||
* // strategy. | ||
* // "If a request matches both routes, the last route will be used to handle | ||
* // the request, in this case, the "images" handler would take precedence. | ||
* const assetRoute = new RegExpRoute({ | ||
@@ -47,0 +52,0 @@ * regExp: /assets/, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 4 instances 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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 4 instances in 1 package
3885
747275
1