Socket
Socket
Sign inDemoInstall

@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.1.0 to 7.1.1

4

pg/index.d.ts

@@ -119,4 +119,4 @@ // Type definitions for pg 7.1

on(event: "drain", listener: () => void): this;
on(event: "error", listener: (err: Error) => void): this;
on(event: "notification" | "notice", listener: (message: Notification) => void): this;
on(event: "error" | "notice", listener: (err: Error) => void): this;
on(event: "notification", listener: (message: Notification) => void): this;
// tslint:disable-next-line unified-signatures

@@ -123,0 +123,0 @@ on(event: "end", listener: () => void): this;

{
"name": "@types/pg",
"version": "7.1.0",
"version": "7.1.1",
"description": "TypeScript definitions for pg",

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

},
"typesPublisherContentHash": "f37fb2e6a9cb9d0ee4e438ef52d766a07d10c0031193117d4c9110a792268163",
"typesPublisherContentHash": "f06b68fb55348b92c253f1bcb0bbd187958c20d10bdd7e981daf827a8aa12de2",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Wed, 06 Sep 2017 21:47:41 GMT
* Last updated: Thu, 14 Sep 2017 19:43:24 GMT
* Dependencies: events, stream, pg-types, tls, 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