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

@serwist/core

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

Comparing version 9.0.0-preview.25 to 9.0.0-preview.26

3

dist/index.d.ts

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

export { cacheNames, clientsClaim, copyResponse, registerQuotaErrorCallback, setCacheNameDetails } from "serwist";
export { cacheNames, copyResponse, registerQuotaErrorCallback, setCacheNameDetails } from "serwist";
export { clientsClaim } from "serwist/internal";
export type { PromiseOrNot, MapLikeObject, PluginState, RouteMatchCallbackOptions, RouteMatchCallback, RouteHandlerCallbackOptions, ManualHandlerCallbackOptions, HandlerCallbackOptions, RouteHandlerCallback, ManualHandlerCallback, RouteHandlerObject, RouteHandler, HandlerWillStartCallbackParam, HandlerWillStartCallback, CacheDidUpdateCallbackParam, CacheDidUpdateCallback, CacheKeyWillBeUsedCallbackParam, CacheKeyWillBeUsedCallback, CacheWillUpdateCallbackParam, CacheWillUpdateCallback, CachedResponseWillBeUsedCallbackParam, CachedResponseWillBeUsedCallback, FetchDidFailCallbackParam, FetchDidFailCallback, FetchDidSucceedCallbackParam, FetchDidSucceedCallback, RequestWillFetchCallbackParam, RequestWillFetchCallback, HandlerWillRespondCallbackParam, HandlerWillRespondCallback, HandlerDidErrorCallbackParam, HandlerDidErrorCallback, HandlerDidRespondCallbackParam, HandlerDidRespondCallback, HandlerDidCompleteCallbackParam, HandlerDidCompleteCallback, SerwistPlugin, SerwistPluginCallbackParam, SerwistGlobalConfig, } from "serwist";
//# sourceMappingURL=index.d.ts.map

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

export { cacheNames, clientsClaim, copyResponse, registerQuotaErrorCallback, setCacheNameDetails } from 'serwist';
export { cacheNames, copyResponse, registerQuotaErrorCallback, setCacheNameDetails } from 'serwist';
export { clientsClaim } from 'serwist/internal';
{
"name": "@serwist/core",
"version": "9.0.0-preview.25",
"version": "9.0.0-preview.26",
"type": "module",

@@ -41,3 +41,3 @@ "description": "This module was used by a number of the other Serwist modules to share common code.",

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

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

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

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

@@ -8,3 +8,4 @@ /*

*/
export { cacheNames, clientsClaim, copyResponse, registerQuotaErrorCallback, setCacheNameDetails } from "serwist";
export { cacheNames, copyResponse, registerQuotaErrorCallback, setCacheNameDetails } from "serwist";
export { clientsClaim } from "serwist/internal";
export type {

@@ -11,0 +12,0 @@ PromiseOrNot,

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