wonderful-fetch
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -23,3 +23,3 @@ (function (root, factory) { | ||
var SOURCE = 'library'; | ||
var VERSION = '0.0.8'; | ||
var VERSION = '0.0.9'; | ||
@@ -26,0 +26,0 @@ function WonderfulFetch(url, options) { |
{ | ||
"name": "wonderful-fetch", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "A wrapper around fetch.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -81,3 +81,3 @@ <p align="center"> | ||
* method `string`: The type of request | ||
* Acceptable Values: `get`, `post`, `delete`, `patch` | ||
* Acceptable Values: `get`, `post`, `delete`, `put`, `patch` | ||
* Default: `get` | ||
@@ -84,0 +84,0 @@ * json `boolean`: Will parse the response as JSON |
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
14987