Comparing version 2.5.0 to 2.6.0
@@ -23,3 +23,3 @@ export type XhrCallback = ( | ||
sync?: boolean; | ||
method?: 'DELETE' | 'GET' | 'HEAD' | 'OPTIONS' | 'POST' | 'PUT'; | ||
method?: 'DELETE' | 'GET' | 'HEAD' | 'OPTIONS' | 'POST' | 'PUT' | 'PATCH'; | ||
timeout?: number; | ||
@@ -26,0 +26,0 @@ headers?: XhrHeaders; |
{ | ||
"name": "xhr", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"description": "small xhr abstraction", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
"dependencies": { | ||
"global": "~4.3.0", | ||
"global": "~4.4.0", | ||
"is-function": "^1.0.1", | ||
@@ -34,0 +34,0 @@ "parse-headers": "^2.0.0", |
@@ -5,4 +5,4 @@ # xhr | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/naugtur/xhr.svg)](https://greenkeeper.io/) | ||
A small XMLHttpRequest wrapper. Designed for use with [browserify](http://browserify.org/), [webpack](https://webpack.github.io/) etc. | ||
@@ -9,0 +9,0 @@ |
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
7
268
21464
+ Addedglobal@4.4.0(transitive)
+ Addedprocess@0.11.10(transitive)
- Removedglobal@4.3.2(transitive)
- Removedprocess@0.5.2(transitive)
Updatedglobal@~4.4.0