New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@harvestr-api/utils

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@harvestr-api/utils - npm Package Compare versions

Comparing version 4.3.0 to 4.3.2

2

lib/utils/http-request.d.ts
export declare const asyncHttpRequest: (options: any) => Promise<unknown>;
export declare const httpRequestPaginated: <T>({ httpRequest, pageStartsAt, pageStep, pageEndsAt, itemsPerPage, movePageStartWithItemsPerPage, TRESHOLD, extractData, }: {
export declare const httpRequestPaginated: <T>({ httpRequest, pageStartsAt, pageStep, pageEndsAt, itemsPerPage, movePageStartWithItemsPerPage, TRESHOLD, extractData }: {
httpRequest: (currentPageNumber: any, itemsPerPage: any) => Promise<T[]>;

@@ -4,0 +4,0 @@ pageStartsAt: number;

@@ -198,3 +198,3 @@ export declare const mailTemplates: {

};
importMessagesFailed(args: {}): {
importMessagesFailed(): {
id: string;

@@ -206,3 +206,3 @@ data: {};

id: string;
data: Object;
data: any;
}, sender_mail?: string) => Promise<void>;
{
"name": "@harvestr-api/utils",
"version": "4.3.0",
"version": "4.3.2",
"description": "> TODO: description",

@@ -34,3 +34,3 @@ "author": "valentinbe <valentinbe@hotmail.fr>",

},
"gitHead": "83793bfc8d56f18d291534291d53ed00cf2dac60",
"gitHead": "b5c29f44ab1581e6611765ad89bacfce4d271312",
"devDependencies": {

@@ -37,0 +37,0 @@ "@types/q": "^1.5.2",

Sorry, the diff of this file is too big to display

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