Socket
Socket
Sign inDemoInstall

workbox-routing

Package Overview
Dependencies
Maintainers
3
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workbox-routing - npm Package Compare versions

Comparing version 2.0.3 to 2.1.0

build/importScripts/workbox-routing.dev.v2.1.0.js

6

package.json
{
"name": "workbox-routing",
"version": "2.0.3",
"version": "2.1.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.3.js",
"module": "build/modules/workbox-routing.prod.v2.0.3.mjs"
"main": "build/importScripts/workbox-routing.prod.v2.1.0.js",
"module": "build/modules/workbox-routing.prod.v2.1.0.mjs"
}

@@ -8,2 +8,4 @@ import {hasMethod, isType} from '../../../../lib/assert';

* function.
*
* @private
*/

@@ -10,0 +12,0 @@ export default function normalizeHandler(handler) {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc