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

4

dist/index.d.ts

@@ -1,4 +0,6 @@

export { addPlugins, addRoute, cleanupOutdatedCaches, createHandlerBoundToURL, getCacheKeyForURL, matchPrecache, precache, precacheAndRoute, PrecacheController, PrecacheFallbackPlugin, PrecacheRoute, PrecacheOnly as PrecacheStrategy, } from "serwist/legacy";
export { PrecacheStrategy } from "serwist";
export { addPlugins, addRoute, createHandlerBoundToURL, getCacheKeyForURL, matchPrecache, precache, precacheAndRoute, PrecacheController, PrecacheFallbackPlugin, PrecacheRoute, } from "serwist/legacy";
export { cleanupOutdatedCaches } from "serwist/internal";
export type { CleanupResult, InstallResult, PrecacheEntry, PrecacheRouteOptions, UrlManipulation as urlManipulation } from "serwist";
export type { PrecacheFallbackEntry, PrecacheFallbackPluginOptions } from "serwist/legacy";
//# sourceMappingURL=index.d.ts.map

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

export { PrecacheController, PrecacheFallbackPlugin, PrecacheRoute, PrecacheOnly as PrecacheStrategy, addPlugins, addRoute, cleanupOutdatedCaches, createHandlerBoundToURL, getCacheKeyForURL, matchPrecache, precache, precacheAndRoute } from 'serwist/legacy';
export { PrecacheStrategy } from 'serwist';
export { PrecacheController, PrecacheFallbackPlugin, PrecacheRoute, addPlugins, addRoute, createHandlerBoundToURL, getCacheKeyForURL, matchPrecache, precache, precacheAndRoute } from 'serwist/legacy';
export { cleanupOutdatedCaches } from 'serwist/internal';
{
"name": "@serwist/precaching",
"version": "9.0.0-preview.25",
"version": "9.0.0-preview.26",
"type": "module",

@@ -31,3 +31,3 @@ "description": "A module that efficiently precaches assets.",

"dependencies": {
"serwist": "9.0.0-preview.25"
"serwist": "9.0.0-preview.26"
},

@@ -37,3 +37,3 @@ "devDependencies": {

"typescript": "5.5.0-dev.20240415",
"@serwist/configs": "9.0.0-preview.25"
"@serwist/configs": "9.0.0-preview.26"
},

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

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

export { PrecacheStrategy } from "serwist";
export {
addPlugins,
addRoute,
cleanupOutdatedCaches,
createHandlerBoundToURL,

@@ -13,5 +13,5 @@ getCacheKeyForURL,

PrecacheRoute,
PrecacheOnly as PrecacheStrategy,
} from "serwist/legacy";
export { cleanupOutdatedCaches } from "serwist/internal";
export type { CleanupResult, InstallResult, PrecacheEntry, PrecacheRouteOptions, UrlManipulation as urlManipulation } from "serwist";
export type { PrecacheFallbackEntry, PrecacheFallbackPluginOptions } from "serwist/legacy";

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