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.7 to 7.4.8

4

pg/index.d.ts

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

export class ClientBase extends events.EventEmitter {
constructor(config: string | ClientConfig);
constructor(config?: string | ClientConfig);

@@ -151,3 +151,3 @@ connect(): Promise<void>;

export class Client extends ClientBase {
constructor(config: string | ClientConfig);
constructor(config?: string | ClientConfig);

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

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

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

},
"typesPublisherContentHash": "7c8c0579b0b7df173f904039e8900ce73c2a24e381a8d650498770abe23f29a5",
"typesPublisherContentHash": "d5d73b8117087a80b0a8beb7827e9ed81f632f3622d68993bad7497a88e635f6",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Wed, 25 Apr 2018 00:38:11 GMT
* Last updated: Fri, 27 Apr 2018 05:36:59 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