Comparing version 0.0.6 to 0.0.7
@@ -1,2 +0,2 @@ | ||
declare const getify: (url: string) => Promise<string>; | ||
export default getify; | ||
declare const getfy: (url: string) => Promise<string>; | ||
export default getfy; |
@@ -38,3 +38,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
import axios from "axios"; | ||
var getify = function (url) { return __awaiter(void 0, void 0, void 0, function () { | ||
var getfy = function (url) { return __awaiter(void 0, void 0, void 0, function () { | ||
var urlAndParamsRaw, urlBase, paramsRaw, jsonParseKeys, urlVars, i, keyValue, reqUrl, paramsKeys, paramsValues, i; | ||
@@ -72,3 +72,3 @@ return __generator(this, function (_a) { | ||
}); }; | ||
export default getify; | ||
export default getfy; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "getfy", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "packageManager": "yarn@4.3.1", |
Sorry, the diff of this file is not supported yet
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
7731