Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "zan-ajax", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Promise based HTTP client for the browser and node", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -50,2 +50,3 @@ import { CancelToken, CancelTokenStatic } from 'axios'; | ||
export type RequestOptionsWithoutUrl = IAjaxOptionsWithoutUrl | IJsonpOptionsWithoutUrl; | ||
export type RequestOptions = IAjaxOptions | IJsonpOptions; | ||
@@ -52,0 +53,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
28331
552