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 9.0.0-preview.24 to 9.0.0-preview.25

4

dist/index.d.ts

@@ -1,3 +0,3 @@

export { BroadcastCacheUpdate, BroadcastUpdatePlugin, responsesAreSame, BROADCAST_UPDATE_MESSAGE_META as CACHE_UPDATED_MESSAGE_META, BROADCAST_UPDATE_MESSAGE_TYPE as CACHE_UPDATED_MESSAGE_TYPE, BROADCAST_UPDATE_DEFAULT_HEADERS as defaultHeadersToCheck, } from "serwist/plugins";
export type { BroadcastCacheUpdateOptions, BroadcastPayload, BroadcastPayloadGenerator, BroadcastMessage } from "serwist/plugins";
export { BroadcastCacheUpdate, BroadcastUpdatePlugin, responsesAreSame, BROADCAST_UPDATE_DEFAULT_HEADERS as defaultHeadersToCheck, } from "serwist";
export type { BroadcastCacheUpdateOptions, BroadcastPayload, BroadcastPayloadGenerator, BroadcastMessage } from "serwist";
//# sourceMappingURL=index.d.ts.map

@@ -1,1 +0,1 @@

export { BroadcastCacheUpdate, BroadcastUpdatePlugin, BROADCAST_UPDATE_MESSAGE_META as CACHE_UPDATED_MESSAGE_META, BROADCAST_UPDATE_MESSAGE_TYPE as CACHE_UPDATED_MESSAGE_TYPE, BROADCAST_UPDATE_DEFAULT_HEADERS as defaultHeadersToCheck, responsesAreSame } from 'serwist/plugins';
export { BroadcastCacheUpdate, BroadcastUpdatePlugin, BROADCAST_UPDATE_DEFAULT_HEADERS as defaultHeadersToCheck, responsesAreSame } from 'serwist';
{
"name": "@serwist/broadcast-update",
"version": "9.0.0-preview.24",
"version": "9.0.0-preview.25",
"type": "module",

@@ -20,4 +20,4 @@ "description": "A module that uses the Broadcast Channel API to announce when a cached response has updated.",

"license": "MIT",
"repository": "https://gitlab.com/serwist/serwist",
"bugs": "https://gitlab.com/serwist/serwist/issues",
"repository": "https://github.com/serwist/serwist",
"bugs": "https://github.com/serwist/serwist/issues",
"homepage": "https://serwist.pages.dev",

@@ -33,8 +33,8 @@ "main": "./dist/index.js",

"dependencies": {
"serwist": "9.0.0-preview.24"
"serwist": "9.0.0-preview.25"
},
"devDependencies": {
"rollup": "4.14.0",
"typescript": "5.5.0-dev.20240404",
"@serwist/constants": "9.0.0-preview.24"
"rollup": "4.14.3",
"typescript": "5.5.0-dev.20240415",
"@serwist/configs": "9.0.0-preview.25"
},

@@ -41,0 +41,0 @@ "peerDependencies": {

@@ -13,6 +13,4 @@ /*

responsesAreSame,
BROADCAST_UPDATE_MESSAGE_META as CACHE_UPDATED_MESSAGE_META,
BROADCAST_UPDATE_MESSAGE_TYPE as CACHE_UPDATED_MESSAGE_TYPE,
BROADCAST_UPDATE_DEFAULT_HEADERS as defaultHeadersToCheck,
} from "serwist/plugins";
export type { BroadcastCacheUpdateOptions, BroadcastPayload, BroadcastPayloadGenerator, BroadcastMessage } from "serwist/plugins";
} from "serwist";
export type { BroadcastCacheUpdateOptions, BroadcastPayload, BroadcastPayloadGenerator, BroadcastMessage } from "serwist";

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