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.0 to 7.4.1

2

pg/index.d.ts

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

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

@@ -100,0 +100,0 @@ connect(): Promise<void>;

{
"name": "@types/pg",
"version": "7.4.0",
"version": "7.4.1",
"description": "TypeScript definitions for pg",

@@ -20,7 +20,8 @@ "license": "MIT",

"dependencies": {
"@types/events": "*",
"@types/pg-types": "*",
"@types/node": "*"
},
"typesPublisherContentHash": "311d2f3cea47e93e1e46e4f1e8158346062853be42fc0d7dcb87533610897368",
"typesPublisherContentHash": "ba26d059315501b694989418dfada149feccebb54295c97966167b14955e8e06",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Wed, 22 Nov 2017 17:09:04 GMT
* Last updated: Sun, 03 Dec 2017 16:31:01 GMT
* Dependencies: events, stream, pg-types, tls, node

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

Sorry, the diff of this file is not supported yet

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