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

postgresql-client

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postgresql-client - npm Package Compare versions

Comparing version 2.5.9 to 2.5.10

9

CHANGELOG.md

@@ -0,1 +1,10 @@

# v2.5.10
[2023-07-26]
### Changes
* Updated dependencies ([`2a21190`](https://github.com/panates/postgresql-client/commit/2a21190d2db2f70a1bbffb6cc77a8d9dc62b7636))
* Added code of conduct document ([`9a64826`](https://github.com/panates/postgresql-client/commit/9a6482677ba23fb6ca850f5357a7e169218c7efd))
* Updated config ([`9655d4f`](https://github.com/panates/postgresql-client/commit/9655d4f222af21b889a7a9f5070530f8ea6bcd95))
# v2.5.9

@@ -2,0 +11,0 @@ [2023-05-17]

2

cjs/definitions.js

@@ -15,3 +15,3 @@ "use strict";

ConnectionState[ConnectionState["CLOSING"] = 10] = "CLOSING";
})(ConnectionState = exports.ConnectionState || (exports.ConnectionState = {}));
})(ConnectionState || (exports.ConnectionState = ConnectionState = {}));
exports.DataTypeOIDs = {

@@ -18,0 +18,0 @@ bool: 16,

@@ -71,2 +71,2 @@ "use strict";

})(DataFormat = Protocol.DataFormat || (Protocol.DataFormat = {}));
})(Protocol = exports.Protocol || (exports.Protocol = {}));
})(Protocol || (exports.Protocol = Protocol = {}));

@@ -108,2 +108,2 @@ "use strict";

}
})(SASL = exports.SASL || (exports.SASL = {}));
})(SASL || (exports.SASL = SASL = {}));

@@ -169,3 +169,3 @@ "use strict";

}
exports.SmartBuffer = SmartBuffer;
SmartBuffer.DEFAULT_PAGE_SIZE = 4096;
exports.SmartBuffer = SmartBuffer;
import { writeBigUInt64BE } from "../util/bigint-methods.js";
import { BufferReader } from "./BufferReader.js";
class SmartBuffer extends BufferReader {
export class SmartBuffer extends BufferReader {
constructor(cfg) {

@@ -167,2 +167,1 @@ // @ts-ignore

SmartBuffer.DEFAULT_PAGE_SIZE = 4096;
export { SmartBuffer };
{
"name": "postgresql-client",
"description": "Enterprise level PostgreSQL client for JavaScript",
"version": "2.5.9",
"version": "2.5.10",
"author": "Panates",

@@ -15,8 +15,8 @@ "contributors": [

"dependencies": {
"doublylinked": "^2.5.2",
"doublylinked": "^2.5.3",
"lightning-pool": "^4.2.1",
"postgres-bytea": "^3.0.0",
"power-tasks": "^1.7.0",
"power-tasks": "^1.7.1",
"putil-merge": "^3.10.3",
"putil-promisify": "^1.10.0",
"putil-promisify": "^1.10.1",
"putil-varhelpers": "^1.6.5"

@@ -23,0 +23,0 @@ },

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