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 6.1.42 to 6.1.43

4

pg/index.d.ts

@@ -32,4 +32,6 @@ // Type definitions for pg 6.1

import { TlsOptions } from "tls";
export interface ClientConfig extends ConnectionConfig {
ssl?: boolean;
ssl?: boolean | TlsOptions;
}

@@ -36,0 +38,0 @@

{
"name": "@types/pg",
"version": "6.1.42",
"version": "6.1.43",
"description": "TypeScript definitions for pg",

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

"peerDependencies": {},
"typesPublisherContentHash": "7aa17a3dcd74deb25bc286016ea3d33143beb5a29ec9a2a03cad4f39b091babb",
"typesPublisherContentHash": "3bbbe127c7bf7c1a1054025344629dbb0b4929fc5250e6038647a4049b5b4e2c",
"typeScriptVersion": "2.0"
}

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Wed, 05 Jul 2017 14:31:12 GMT
* Dependencies: events, stream, pg-types, node
* Last updated: Sat, 22 Jul 2017 19:03:51 GMT
* Dependencies: events, stream, pg-types, tls, node
* Global values: none

@@ -15,0 +15,0 @@

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