Sign In

@types/pg

Package Overview
Dependencies
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pg - npm Package Compare versions

Comparing version
8.15.5
to
8.15.6
+9
-1
pg/index.d.ts

@@ -310,3 +310,11 @@ /// <reference types="node" />

{
constructor(queryTextOrConfig?: string | QueryConfig<I>, values?: QueryConfigValues<I>);
constructor(
queryTextOrConfig?: string | QueryConfig<I>,
callback?: (error: Error | undefined, result: ResultBuilder<R>) => void,
);
constructor(
queryTextOrConfig?: string | QueryConfig<I>,
values?: I,
callback?: (error: Error | undefined, result: ResultBuilder<R>) => void,
);
submit: (connection: Connection) => void;

@@ -313,0 +321,0 @@ on(event: "row", listener: (row: R, result?: ResultBuilder<R>) => void): this;

+3
-3
{
"name": "@types/pg",
"version": "8.15.5",
"version": "8.15.6",
"description": "TypeScript definitions for pg",

@@ -36,4 +36,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pg",

"peerDependencies": {},
"typesPublisherContentHash": "c0e5be28f82351f1d1965df4e96da1464818a9eb62987138c933d5865e5dfc57",
"typeScriptVersion": "5.1"
"typesPublisherContentHash": "bfe58cd33772b929b21b29a9496746a24084358ddea01e505b949995ff72d44e",
"typeScriptVersion": "5.2"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 29 Jul 2025 02:20:34 GMT
* Last updated: Mon, 27 Oct 2025 23:32:24 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [pg-protocol](https://npmjs.com/package/pg-protocol), [pg-types](https://npmjs.com/package/pg-types)

@@ -14,0 +14,0 @@