Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pg-promise

Package Overview
Dependencies
Maintainers
1
Versions
629
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-promise - npm Package Compare versions

Comparing version 10.15.3 to 10.15.4

6

package.json
{
"name": "pg-promise",
"version": "10.15.3",
"version": "10.15.4",
"description": "PostgreSQL interface for Node.js",

@@ -8,3 +8,3 @@ "main": "lib/index.js",

"scripts": {
"check-spelling": "cspell --config=.cspell.json \"**/*.{md,ts,js}\" --no-progress",
"spelling": "cspell --config=.cspell.json \"**/*.{md,ts,js}\" --no-progress",
"coverage": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test",

@@ -53,3 +53,3 @@ "doc": "jsdoc -c ./jsdoc/jsdoc.js ./jsdoc/README.md -t ./jsdoc/templates/custom",

"coveralls": "3.1.1",
"cspell": "6.14.3",
"cspell": "6.15.0",
"eslint": "8.28.0",

@@ -56,0 +56,0 @@ "istanbul": "0.4.5",

@@ -296,5 +296,5 @@ /*

query<T>(config: any, values: any[], callback: (err: Error, result: IResult<T>) => void): undefined
query<T>(config: any, values: any[], callback: (err: Error, result: IResult<T>) => void): void
query<T>(config: any, callback: (err: Error, result: IResult<T>) => void): undefined
query<T>(config: any, callback: (err: Error, result: IResult<T>) => void): void

@@ -305,3 +305,3 @@ query<T>(config: any, values: any[]): Promise<IResult<T>>

release();
release(): void

@@ -308,0 +308,0 @@ connectionParameters: IConnectionParameters

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