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

@exceptionless/fetchclient

Package Overview
Dependencies
Maintainers
2
Versions
35
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.13.0 to 0.14.0

2

esm/mod.js

@@ -47,3 +47,3 @@ import { defaultInstance, } from "./src/FetchClientProvider.js";

export function setDefaultRequestOptions(options) {
defaultProvider.applyOptions(options);
defaultProvider.applyOptions({ defaultRequestOptions: options });
}
{
"name": "@exceptionless/fetchclient",
"version": "0.13.0",
"version": "0.14.0",
"description": "A simple fetch client with middleware support for Deno and the browser.",

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

@@ -71,4 +71,4 @@ "use strict";

function setDefaultRequestOptions(options) {
exports.defaultProvider.applyOptions(options);
exports.defaultProvider.applyOptions({ defaultRequestOptions: options });
}
exports.setDefaultRequestOptions = setDefaultRequestOptions;
import { type FetchClientProvider } from "./src/FetchClientProvider.js";
import type { FetchClient, FetchClientOptions } from "./src/FetchClient.js";
import type { FetchClient } from "./src/FetchClient.js";
import type { FetchClientMiddleware } from "./src/FetchClientMiddleware.js";
import type { ProblemDetails } from "./src/ProblemDetails.js";
import type { RequestOptions } from "./src/RequestOptions.js";
export * from "./src/FetchClient.js";

@@ -45,3 +46,3 @@ export type { FetchClientResponse } from "./src/FetchClientResponse.js";

*/
export declare function setDefaultRequestOptions(options: FetchClientOptions): void;
export declare function setDefaultRequestOptions(options: RequestOptions): void;
//# sourceMappingURL=mod.d.ts.map

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