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

@serwist/precaching

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

Comparing version 8.0.0 to 8.0.1

1

dist/_types.d.ts

@@ -37,2 +37,1 @@ export interface InstallResult {

}) => URL[];
//# sourceMappingURL=_types.d.ts.map

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

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

@@ -16,2 +16,1 @@ import type { PrecacheRouteOptions } from "./_types.js";

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

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

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

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

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

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

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

@@ -25,2 +25,1 @@ import { addPlugins } from "./addPlugins.js";

export * from "./_types.js";
//# sourceMappingURL=index.d.ts.map

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

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

@@ -20,2 +20,1 @@ import type { PrecacheEntry } from "./_types.js";

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

@@ -15,2 +15,1 @@ import type { PrecacheEntry, PrecacheRouteOptions } from "./_types.js";

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

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

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

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

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

@@ -20,2 +20,1 @@ import { Route } from "@serwist/routing";

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

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

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

@@ -16,2 +16,1 @@ import type { PrecacheEntry } from "../_types.js";

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

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

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

@@ -12,2 +12,1 @@ import type { PrecacheRouteOptions } from "../_types.js";

export declare function generateURLVariations(url: string, { ignoreURLParametersMatching, directoryIndex, cleanURLs, urlManipulation }?: PrecacheRouteOptions): Generator<string, void, unknown>;
//# sourceMappingURL=generateURLVariations.d.ts.map

@@ -14,2 +14,1 @@ import type { PrecacheRouteOptions } from "../_types.js";

export declare const getCacheKeyForURL: (url: string, options: PrecacheRouteOptions) => string | void;
//# sourceMappingURL=getCacheKeyForURL.d.ts.map

@@ -7,2 +7,1 @@ import { PrecacheController } from "../PrecacheController.js";

export declare const getOrCreatePrecacheController: () => PrecacheController;
//# sourceMappingURL=getOrCreatePrecacheController.d.ts.map

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

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

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

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

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

export declare function printCleanupDetails(deletedURLs: string[]): void;
//# sourceMappingURL=printCleanupDetails.d.ts.map

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

export declare function printInstallDetails(urlsToPrecache: string[], urlsAlreadyPrecached: string[]): void;
//# sourceMappingURL=printInstallDetails.d.ts.map

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

export declare function removeIgnoredSearchParams(urlObject: URL, ignoreURLParametersMatching?: RegExp[]): URL;
//# sourceMappingURL=removeIgnoredSearchParams.d.ts.map

10

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

@@ -33,9 +33,9 @@ "description": "This module efficiently precaches assets.",

"dependencies": {
"@serwist/core": "8.0.0",
"@serwist/routing": "8.0.0",
"@serwist/strategies": "8.0.0"
"@serwist/core": "8.0.1",
"@serwist/routing": "8.0.1",
"@serwist/strategies": "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