lesca-fetcher
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "lesca-fetcher", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Integrate fetch for easier use", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -24,3 +24,3 @@ export enum contentType { | ||
hostUrl: 'https://jsonplaceholder.typicode.com/todos/1', | ||
contentType: contentType.URL_ENCODED, | ||
contentType: contentType.JSON, | ||
formatType: formatType.JSON, | ||
@@ -27,0 +27,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
310845