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 11.4.2 to 11.4.3

2

lib/main.js

@@ -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

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