Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@stackone/audit

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stackone/audit - npm Package Compare versions

Comparing version
1.10.1
to
1.10.2
+11
-2
dist/index.d.cts

@@ -113,2 +113,3 @@ import * as redis from "redis";

deleteData?(key: string): Promise<boolean>;
close?(): Promise<void> | void;
}

@@ -167,2 +168,6 @@ type PubSubListener<ReturnsBuffer extends boolean = false> = <T extends (ReturnsBuffer extends true ? Buffer : string)>(message: T, channel: T) => unknown;

//#endregion
//#region ../transport/src/parsers/types.d.ts
declare const QueryArrayFormats: readonly ["repeat", "brackets", "comma"];
type QueryArrayFormat = (typeof QueryArrayFormats)[number];
//#endregion
//#region ../transport/src/httpClient/types.d.ts

@@ -172,4 +177,8 @@ type HttpHeaders = {

};
type HttpQueryParamValue = {
value: string | string[];
arrayFormat?: QueryArrayFormat;
};
type HttpQueryParams = {
[key: string]: string;
[key: string]: string | string[] | HttpQueryParamValue;
};

@@ -265,3 +274,3 @@ declare const HttpMethods: readonly ["get", "post", "put", "delete", "patch"];

projectSecureId?: string;
organizationId?: number;
organizationId?: number | string;
environment?: string;

@@ -268,0 +277,0 @@ authConfigKey?: string;

@@ -113,2 +113,3 @@ import { Kafka } from "kafkajs";

deleteData?(key: string): Promise<boolean>;
close?(): Promise<void> | void;
}

@@ -167,2 +168,6 @@ type PubSubListener<ReturnsBuffer extends boolean = false> = <T extends (ReturnsBuffer extends true ? Buffer : string)>(message: T, channel: T) => unknown;

//#endregion
//#region ../transport/src/parsers/types.d.ts
declare const QueryArrayFormats: readonly ["repeat", "brackets", "comma"];
type QueryArrayFormat = (typeof QueryArrayFormats)[number];
//#endregion
//#region ../transport/src/httpClient/types.d.ts

@@ -172,4 +177,8 @@ type HttpHeaders = {

};
type HttpQueryParamValue = {
value: string | string[];
arrayFormat?: QueryArrayFormat;
};
type HttpQueryParams = {
[key: string]: string;
[key: string]: string | string[] | HttpQueryParamValue;
};

@@ -265,3 +274,3 @@ declare const HttpMethods: readonly ["get", "post", "put", "delete", "patch"];

projectSecureId?: string;
organizationId?: number;
organizationId?: number | string;
environment?: string;

@@ -268,0 +277,0 @@ authConfigKey?: string;

+1
-1
{
"name": "@stackone/audit",
"version": "1.10.1",
"version": "1.10.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.cjs",