fetch-jsonp
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -0,1 +1,5 @@ | ||
1.2.3 / 2022-9-13 | ||
================== | ||
* Set values of options to be optional, thanks to @timothy-bailey-redbox | ||
1.2.1 / 2021-8-17 | ||
@@ -2,0 +6,0 @@ ================== |
@@ -8,4 +8,5 @@ declare function fetchJsonp(url: string, options?: fetchJsonp.Options): Promise<fetchJsonp.Response>; | ||
jsonpCallbackFunction?: string; | ||
nonce: string; | ||
referrerPolicy: ReferrerPolicy; | ||
nonce?: string; | ||
referrerPolicy?: ReferrerPolicy; | ||
charset?: string; | ||
} | ||
@@ -12,0 +13,0 @@ |
{ | ||
"name": "fetch-jsonp", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Fetch JSONP like a boss using Fetch API", | ||
@@ -5,0 +5,0 @@ "main": "build/fetch-jsonp.js", |
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
12163
125