Socket
Socket
Sign inDemoInstall

@types/pg

Package Overview
Dependencies
12
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.10.9 to 8.11.0

8

pg/index.d.ts

@@ -136,2 +136,6 @@ /// <reference types="node" />

export function escapeIdentifier(str: string): string;
export function escapeLiteral(str: string): string;
export class Connection extends events.EventEmitter {

@@ -251,4 +255,4 @@ readonly stream: stream.Duplex;

escapeIdentifier(str: string): string;
escapeLiteral(str: string): string;
escapeIdentifier: typeof escapeIdentifier;
escapeLiteral: typeof escapeLiteral;

@@ -255,0 +259,0 @@ on(event: "drain", listener: () => void): this;

{
"name": "@types/pg",
"version": "8.10.9",
"version": "8.11.0",
"description": "TypeScript definitions for pg",

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

},
"typesPublisherContentHash": "887587f95e59fe7fd3af27188ccb5946f03aa0b14e6a1a5c138cbaa60eaf8c6d",
"typeScriptVersion": "4.5"
"typesPublisherContentHash": "b08c71506f7e2b810a6b8a7f70fbad472a776c9188ddec38957b6fa1bdddfb61",
"typeScriptVersion": "4.6"
}

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

### Additional Details
* Last updated: Tue, 07 Nov 2023 20:08:00 GMT
* Last updated: Thu, 25 Jan 2024 07:35:41 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 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc