pg-promise
Advanced tools
Comparing version 11.4.2 to 11.4.3
@@ -39,3 +39,3 @@ /* | ||
* @description | ||
* ## pg-promise v11.0 | ||
* ## pg-promise v11.4 | ||
* All documentation here is for the latest official release only. | ||
@@ -42,0 +42,0 @@ * |
@@ -121,2 +121,6 @@ /* | ||
/** | ||
* @deprecated | ||
* Consider using <b>async/await</b> syntax instead, or if you must have | ||
* pre-generated promises, then $[Promise.allSettled]. | ||
* | ||
* @method Task#batch | ||
@@ -123,0 +127,0 @@ * @description |
{ | ||
"name": "pg-promise", | ||
"version": "11.4.2", | ||
"version": "11.4.3", | ||
"description": "PostgreSQL interface for Node.js", | ||
@@ -44,6 +44,6 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"assert-options": "0.8.0", | ||
"assert-options": "0.8.1", | ||
"pg": "8.10.0", | ||
"pg-minify": "1.6.2", | ||
"spex": "3.2.0" | ||
"pg-minify": "1.6.3", | ||
"spex": "3.3.0" | ||
}, | ||
@@ -54,3 +54,3 @@ "devDependencies": { | ||
"coveralls": "3.1.1", | ||
"cspell": "6.30.0", | ||
"cspell": "6.30.1", | ||
"eslint": "8.36.0", | ||
@@ -57,0 +57,0 @@ "istanbul": "0.4.5", |
@@ -62,3 +62,3 @@ ## TypeScript for pg-promise | ||
[pg-promise-demo]:https://github.com/vitaly-t/pg-promise-demo | ||
[extend]:http://vitaly-t.github.io/pg-promise/global.html#event:extend | ||
[extend]:https://vitaly-t.github.io/pg-promise/global.html#event:extend | ||
[pg-promise]:https://github.com/vitaly-t/pg-promise |
Sorry, the diff of this file is too big to display
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
422950
9732
+ Addedassert-options@0.8.1(transitive)
+ Addedpg-minify@1.6.3(transitive)
+ Addedspex@3.3.0(transitive)
- Removedassert-options@0.8.0(transitive)
- Removedpg-minify@1.6.2(transitive)
- Removedspex@3.2.0(transitive)
Updatedassert-options@0.8.1
Updatedpg-minify@1.6.3
Updatedspex@3.3.0