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.3 to 3.9.6

8

dist/index.js

@@ -91,2 +91,7 @@ (function webpackUniversalModuleDefinition(root, factory) {

endpoint.request = request.bind(null, endpoint);
endpoint.get = get.bind(null, endpoint);
endpoint.post = post.bind(null, endpoint);
endpoint.patch = patch.bind(null, endpoint);
endpoint.put = put.bind(null, endpoint);
endpoint.del = del.bind(null, endpoint);
endpoint.browse = browse.bind(null, endpoint);

@@ -98,2 +103,5 @@ endpoint.read = read.bind(null, endpoint);

endpoint.destroy = destroy.bind(null, endpoint);
endpoint.list = endpoint.browse;
endpoint.update = endpoint.edit;
endpoint.create = endpoint.add;

@@ -100,0 +108,0 @@ endpoint.addMiddleware = addMiddleware.bind(null, endpoint);

2

package.json
{
"name": "fetch-plus",
"description": "A convenient Fetch API library with first-class middleware support",
"version": "3.9.3",
"version": "3.9.6",
"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