pg-promise
Advanced tools
Comparing version 10.15.3 to 10.15.4
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
423105