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.10.1 to 3.10.2

6

dist/index.js

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

var errorMiddlewares = [];
var fetchFunc = void 0;
var fetchFunc = undefined;

@@ -526,3 +526,3 @@ return new Promise(function (resolve, reject) {

if (Array.isArray(val)) {
return val.sort().map(function (val2) {
return val.slice().sort().map(function (val2) {
return strictUriEncode(key) + '=' + strictUriEncode(val2);

@@ -546,3 +546,3 @@ }).join('&');

return encodeURIComponent(str).replace(/[!'()*]/g, function (c) {
return '%' + c.charCodeAt(0).toString(16);
return '%' + c.charCodeAt(0).toString(16).toUpperCase();
});

@@ -549,0 +549,0 @@ };

{
"name": "fetch-plus",
"description": "A convenient Fetch API library with first-class middleware support",
"version": "3.10.1",
"version": "3.10.2",
"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