fetch-plus
Advanced tools
Comparing version 3.9.3 to 3.9.6
@@ -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); |
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17751
423