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.39 to 6.1.40

10

pg/index.d.ts

@@ -74,8 +74,10 @@ // Type definitions for pg 6.1

end(): Promise<void>;
query(queryStream: QueryConfig & stream.Readable): stream.Readable;
query(queryTextOrConfig: string | QueryConfig): Promise<QueryResult>;
query(queryText: string, values: any[]): Promise<QueryResult>;
query(queryText: string, values?: any[]): Promise<QueryResult>;
query(queryTextOrConfig: string | QueryConfig, callback: (err: Error, result: QueryResult) => void): Query;
query(queryText: string, values: any[], callback: (err: Error, result: QueryResult) => void): Query;
query(queryText: string, callback: (err: Error, result: QueryResult) => void): void;
query(queryText: string, values: any[], callback: (err: Error, result: QueryResult) => void): void;
on(event: "error", listener: (err: Error, client: Client) => void): this;

@@ -82,0 +84,0 @@ on(event: "connect" | "acquire", listener: (client: Client) => void): this;

4

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

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

"peerDependencies": {},
"typesPublisherContentHash": "09e7f12e2403eb1d3eac3db0760f5b4decaec26b8e7646656a8566e0b41d9c66",
"typesPublisherContentHash": "fca8de215c83bcff3354591196acf20b639a4ba7c27dab2bf6cbd3cb52d8696f",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Tue, 18 Apr 2017 18:28:36 GMT
* Last updated: Thu, 04 May 2017 20:11:51 GMT
* Dependencies: events, stream, pg-types, 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