Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

getfy

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getfy - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

4

build/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc