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 6.1.45 to 6.1.46

22

pg v6/index.d.ts

@@ -32,18 +32,18 @@ // Type definitions for pg 6.1

import { TlsOptions } from "tls";
import { TlsServerOptions } from "tls";
export interface ClientConfig extends ConnectionConfig {
ssl?: boolean | TlsOptions;
ssl?: boolean | TlsServerOptions;
}
export interface PoolConfig extends ClientConfig {
// properties from module 'node-pool'
max?: number;
min?: number;
refreshIdle?: boolean;
idleTimeoutMillis?: number;
reapIntervalMillis?: number;
returnToHead?: boolean;
application_name?: string;
Promise?: PromiseConstructorLike;
// properties from module 'node-pool'
max?: number;
min?: number;
refreshIdle?: boolean;
idleTimeoutMillis?: number;
reapIntervalMillis?: number;
returnToHead?: boolean;
application_name?: string;
Promise?: PromiseConstructorLike;
}

@@ -50,0 +50,0 @@

{
"name": "@types/pg",
"version": "6.1.45",
"version": "6.1.46",
"description": "TypeScript definitions for pg",

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

"dependencies": {
"@types/events": "*",
"@types/pg-types": "*",
"@types/node": "*"
},
"typesPublisherContentHash": "cd1f872aea6ec9a300b7bb187e9667699ccdf75b5546a1dd3de79d78ca850c6c",
"typesPublisherContentHash": "4b4e71e955a2fbfe04c08c28178363095f792c41b17a970df1d6347ed686fb42",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Wed, 06 Sep 2017 21:43:54 GMT
* Last updated: Sat, 10 Feb 2018 21:44:46 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