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 7.4.12 to 7.4.13

4

pg/index.d.ts

@@ -209,3 +209,5 @@ // Type definitions for pg 7.4

export class Query extends events.EventEmitter {
export class Query extends events.EventEmitter implements Submittable {
constructor(queryTextOrConfig?: string | QueryConfig, values?: any[]);
submit: (connection: Connection) => void;
on(event: "row", listener: (row: any, result?: ResultBuilder) => void): this;

@@ -212,0 +214,0 @@ on(event: "error", listener: (err: Error) => void): this;

{
"name": "@types/pg",
"version": "7.4.12",
"version": "7.4.13",
"description": "TypeScript definitions for pg",

@@ -24,4 +24,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "5c0b3ca32b6a0f1150622724780802765fb9474890e52028875f6b71797a2f0b",
"typesPublisherContentHash": "e64575a91674b8dac78705a8c77c6d7c337eebb7d1f85c43886d78d6d9d97565",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Wed, 13 Feb 2019 21:04:42 GMT
* Last updated: Thu, 14 Feb 2019 18:10:46 GMT
* Dependencies: @types/pg-types, @types/node

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

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