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.14.6 to 7.14.7

7

pg/index.d.ts

@@ -252,2 +252,9 @@ // Type definitions for pg 7.14

export class Client extends ClientBase {
user?: string;
database?: string;
port: number;
host: string;
password?: string;
ssl: boolean;
constructor(config?: string | ClientConfig);

@@ -254,0 +261,0 @@

4

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

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

},
"typesPublisherContentHash": "6da66f49871a5f81d59edfdba3faf5cf54dd5cf07b7bcee9db87efc45954dff4",
"typesPublisherContentHash": "0a0f8f2ae5f3a689aed18533c29065816e332719c73b5e8abe0401042fc086ad",
"typeScriptVersion": "3.2"
}

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

### Additional Details
* Last updated: Thu, 05 Nov 2020 10:50:44 GMT
* Last updated: Tue, 17 Nov 2020 18:32:25 GMT
* Dependencies: [@types/pg-types](https://npmjs.com/package/@types/pg-types), [@types/node](https://npmjs.com/package/@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