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.26.0 to 0.27.0

types/deps/jsr.io/@std/internal/1.0.1/build_message.d.ts.map

2

esm/src/FetchClient.js

@@ -357,3 +357,3 @@ import { Counter } from "./Counter.js";

response.headers.get("Content-Type")?.startsWith("application/problem+json")) {
jsonResponse.problem = data;
jsonResponse.problem = Object.assign(new ProblemDetails(), data);
jsonResponse.data = null;

@@ -360,0 +360,0 @@ return jsonResponse;

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

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

@@ -360,3 +360,3 @@ "use strict";

response.headers.get("Content-Type")?.startsWith("application/problem+json")) {
jsonResponse.problem = data;
jsonResponse.problem = Object.assign(new ProblemDetails_js_1.ProblemDetails(), data);
jsonResponse.data = null;

@@ -363,0 +363,0 @@ return jsonResponse;

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