Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

workbox-broadcast-cache-update

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workbox-broadcast-cache-update - npm Package Compare versions

Comparing version 2.0.3 to 3.0.0-alpha.1

_public.mjs

36

package.json
{
"name": "workbox-broadcast-cache-update",
"version": "2.0.3",
"description": "A service worker helper library that uses the Broadcast Channel API to announce when two Response objects differ.",
"version": "3.0.0-alpha.1",
"license": "Apache-2.0",
"author": "Google's Web DevRel Team",
"description": "A service worker helper library that uses the Broadcast Channel API to announce when a cached response has updated",
"repository": "googlechrome/workbox",
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox",
"keywords": [

@@ -9,19 +14,18 @@ "workbox",

"service worker",
"sw",
"caching",
"cache"
"sw"
],
"files": [
"build"
],
"scripts": {
"prepublish": "gulp build --project workbox-broadcast-cache-update"
"build": "gulp build-packages --package workbox-broadcast-cache-update",
"version": "npm run build",
"prepare": "npm run build"
},
"author": "Google's Web DevRel Team",
"license": "Apache-2.0",
"repository": "googlechrome/workbox",
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-broadcast-cache-update",
"main": "build/importScripts/workbox-broadcast-cache-update.prod.v2.0.3.js",
"module": "build/modules/workbox-broadcast-cache-update.prod.v2.0.3.mjs"
"workbox": {
"browserNamespace": "workbox.broadcastUpdate",
"packageType": "browser"
},
"main": "build/workbox-broadcast-cache-update.prod.js",
"module": "index.mjs",
"dependencies": {
"workbox-core": "^3.0.0-alpha.1"
}
}
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