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

fetch-plus

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-plus - npm Package Compare versions

Comparing version 3.9.6 to 3.10.0

9

dist/index.js

@@ -243,4 +243,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

try {
errorMiddleware(error);
return true;
return errorMiddleware(error);
} catch (e) {

@@ -251,5 +250,7 @@ error = e;

if (!caught) {
throw error;
if (caught) {
return caught;
}
throw error;
});

@@ -256,0 +257,0 @@ };

{
"name": "fetch-plus",
"description": "A convenient Fetch API library with first-class middleware support",
"version": "3.9.6",
"version": "3.10.0",
"license": "BSD-3-Clause",

@@ -6,0 +6,0 @@ "repository": {

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