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

@exceptionless/fetchclient

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exceptionless/fetchclient - npm Package Compare versions

Comparing version 0.28.0 to 0.29.0

2

package.json
{
"name": "@exceptionless/fetchclient",
"version": "0.28.0",
"version": "0.29.0",
"description": "A simple fetch client with middleware support for Deno and the browser.",

@@ -5,0 +5,0 @@ "keywords": [

import type { CacheKey } from "./FetchClientCache.js";
import type { FetchClientResponse } from "./FetchClientResponse.js";
/**

@@ -32,3 +33,3 @@ * Represents the options for making a request using the FetchClient.

*/
errorCallback?: (error: Response) => boolean | void;
errorCallback?: (error: FetchClientResponse<unknown>) => boolean | void;
/**

@@ -35,0 +36,0 @@ * An AbortSignal object that can be used to cancel the request.

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