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.4.6 to 7.4.7

2

pg/index.d.ts

@@ -102,3 +102,3 @@ // Type definitions for pg 7.4

connect(): Promise<PoolClient>;
connect(callback: (err: Error, client: PoolClient, done: () => void) => void): void;
connect(callback: (err: Error, client: PoolClient, done: (release?: any) => void) => void): void;

@@ -105,0 +105,0 @@ end(): Promise<void>;

{
"name": "@types/pg",
"version": "7.4.6",
"version": "7.4.7",
"description": "TypeScript definitions for pg",

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

},
"typesPublisherContentHash": "9cf519be06ba5a5d9b1ba3a392f9994058e674e82f9a9edf5216e29032f1529e",
"typesPublisherContentHash": "7c8c0579b0b7df173f904039e8900ce73c2a24e381a8d650498770abe23f29a5",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Tue, 17 Apr 2018 17:02:44 GMT
* Last updated: Wed, 25 Apr 2018 00:38:11 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