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

@serwist/strategies

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/strategies - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1

1

dist/CacheFirst.d.ts

@@ -24,2 +24,1 @@ import { Strategy } from "./Strategy.js";

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

@@ -21,2 +21,1 @@ import { Strategy } from "./Strategy.js";

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

@@ -22,2 +22,1 @@ import { CacheFirst } from "./CacheFirst.js";

export type { NetworkFirstOptions, NetworkOnlyOptions, StrategyOptions };
//# sourceMappingURL=index.d.ts.map

@@ -62,2 +62,1 @@ import type { StrategyOptions } from "./Strategy.js";

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

@@ -34,2 +34,1 @@ import type { StrategyOptions } from "./Strategy.js";

export type { NetworkOnlyOptions };
//# sourceMappingURL=NetworkOnly.d.ts.map
import type { SerwistPlugin } from "@serwist/core";
export declare const cacheOkAndOpaquePlugin: SerwistPlugin;
//# sourceMappingURL=cacheOkAndOpaquePlugin.d.ts.map

@@ -36,2 +36,1 @@ import type { StrategyOptions } from "./Strategy.js";

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

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

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

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

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

@@ -5,2 +5,1 @@ export declare const messages: {

};
//# sourceMappingURL=messages.d.ts.map

6

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

@@ -35,7 +35,7 @@ "description": "A service worker helper library implementing common caching strategies.",

"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"
},

@@ -42,0 +42,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