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

@types/pg

Package Overview
Dependencies
Maintainers
1
Versions
99
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 6.1.43 to 6.1.44

8

pg/index.d.ts

@@ -63,2 +63,8 @@ // Type definitions for pg 6.1

export interface Notification {
processId: number,
channel: string,
payload?: string
}
export interface ResultBuilder extends QueryResult {

@@ -113,3 +119,3 @@ addRow(row: any): void;

on(event: "error", listener: (err: Error) => void): this;
on(event: "notification" | "notice", listener: (message: any) => void): this;
on(event: "notification" | "notice", listener: (message: Notification) => void): this;
on(event: "end", listener: () => void): this;

@@ -116,0 +122,0 @@ }

5

pg/package.json
{
"name": "@types/pg",
"version": "6.1.43",
"version": "6.1.44",
"description": "TypeScript definitions for pg",

@@ -22,5 +22,4 @@ "license": "MIT",

},
"peerDependencies": {},
"typesPublisherContentHash": "3bbbe127c7bf7c1a1054025344629dbb0b4929fc5250e6038647a4049b5b4e2c",
"typesPublisherContentHash": "6fb893bbefa0e9428afe9abb42a315f3b7dec496e38b6c901efd4ca70b353f3c",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Sat, 22 Jul 2017 19:03:51 GMT
* Last updated: Wed, 06 Sep 2017 14:55:01 GMT
* Dependencies: events, stream, pg-types, tls, node

@@ -14,0 +14,0 @@ * Global values: none

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