New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@serwist/precaching

Package Overview
Dependencies
Maintainers
1
Versions
53
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.24 to 9.0.0-preview.25

2

dist/index.d.ts

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

export { addPlugins, addRoute, cleanupOutdatedCaches, createHandlerBoundToURL, getCacheKeyForURL, matchPrecache, precache, precacheAndRoute, PrecacheController, PrecacheFallbackPlugin, PrecacheRoute, PrecacheStrategy, } from "serwist/legacy";
export { addPlugins, addRoute, cleanupOutdatedCaches, createHandlerBoundToURL, getCacheKeyForURL, matchPrecache, precache, precacheAndRoute, PrecacheController, PrecacheFallbackPlugin, PrecacheRoute, PrecacheOnly as PrecacheStrategy, } from "serwist/legacy";
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,1 @@

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

@@ -18,4 +18,4 @@ "description": "A module that efficiently precaches assets.",

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

@@ -32,8 +32,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"
},

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

@@ -13,5 +13,5 @@ export {

PrecacheRoute,
PrecacheStrategy,
PrecacheOnly as PrecacheStrategy,
} from "serwist/legacy";
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