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

@serwist/broadcast-update

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serwist/broadcast-update - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1

1

dist/BroadcastCacheUpdate.d.ts

@@ -71,2 +71,1 @@ import type { CacheDidUpdateCallbackParam } from "@serwist/core";

export { BroadcastCacheUpdate };
//# sourceMappingURL=BroadcastCacheUpdate.d.ts.map

@@ -28,2 +28,1 @@ import type { SerwistPlugin } from "@serwist/core";

export { BroadcastUpdatePlugin };
//# sourceMappingURL=BroadcastUpdatePlugin.d.ts.map

@@ -10,2 +10,1 @@ import type { BroadcastCacheUpdateOptions } from "./BroadcastCacheUpdate.js";

export type { BroadcastCacheUpdateOptions };
//# sourceMappingURL=index.d.ts.map

@@ -12,2 +12,1 @@ /**

export { responsesAreSame };
//# sourceMappingURL=responsesAreSame.d.ts.map

@@ -5,2 +5,1 @@ export declare const CACHE_UPDATED_MESSAGE_TYPE = "CACHE_UPDATED";

export declare const DEFAULT_HEADERS_TO_CHECK: string[];
//# sourceMappingURL=constants.d.ts.map

6

package.json
{
"name": "@serwist/broadcast-update",
"version": "8.0.0",
"version": "8.0.1",
"type": "module",

@@ -33,7 +33,7 @@ "description": "A service worker helper library that uses the Broadcast Channel API to announce when a cached response has updated",

"dependencies": {
"@serwist/core": "8.0.0"
"@serwist/core": "8.0.1"
},
"devDependencies": {
"rollup": "3.28.1",
"@serwist/constants": "8.0.0"
"@serwist/constants": "8.0.1"
},

@@ -40,0 +40,0 @@ "scripts": {

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