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.5 to 2.5.7

17

CHANGELOG.md

@@ -0,1 +1,18 @@

# v2.5.7
[2023-05-16]
### Changes
* Optimized build ([`17d029b`](https://github.com/panates/postgresql-client/commit/17d029be5d799bab2cf49ba5258b978b20c0d52f))
# v2.5.6
[2023-05-16]
### Changes
* Removed vulnerable "debug" package ([`019b3f4`](https://github.com/panates/postgresql-client/commit/019b3f48955c62a9c764462b16cd52be8cf22ae2))
* Updated dependencies ([`afce5f7`](https://github.com/panates/postgresql-client/commit/afce5f735d241869e6ae937cb67b6378e70fb6d0))
* Fixed examples for cursor usage ([`5971341`](https://github.com/panates/postgresql-client/commit/5971341edf1c7ce363ddcb3adb97b2491bf7714d))
* Updated config ([`6edd12e`](https://github.com/panates/postgresql-client/commit/6edd12e902ac3f5f2f4784626edce151bf5eb569))
# v2.5.5

@@ -2,0 +19,0 @@ [2023-02-22]

38

package.json
{
"name": "postgresql-client",
"description": "Enterprise level PostgreSQL client for JavaScript",
"version": "2.5.5",
"version": "2.5.7",
"author": "Panates",

@@ -15,7 +15,6 @@ "contributors": [

"dependencies": {
"debug": "^4.3.4",
"doublylinked": "^2.5.2",
"lightning-pool": "^4.2.1",
"postgres-bytea": "^3.0.0",
"power-tasks": "^1.6.4",
"power-tasks": "^1.7.0",
"putil-merge": "^3.10.3",

@@ -26,11 +25,11 @@ "putil-promisify": "^1.10.0",

"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@babel/eslint-parser": "^7.21.8",
"@types/debug": "^4.1.7",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@types/jest": "^29.5.1",
"@types/node": "^20.1.5",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"auto-changelog": "^2.4.0",
"dotenv": "^16.0.3",
"eslint": "^8.34.0",
"eslint": "^8.40.0",
"eslint-config-google": "^0.14.0",

@@ -42,10 +41,10 @@ "eslint-plugin-import": "^2.27.5",

"husky": "^8.0.3",
"jest": "^29.4.3",
"prettier": "^2.8.4",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"ts-cleanup": "^0.2.6",
"ts-jest": "^29.0.5",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.2",
"typescript": "^4.9.5"
"tsconfig-paths": "^4.2.0",
"typescript": "^5.0.4"
},

@@ -55,3 +54,3 @@ "scripts": {

"clean": "npm run clean:src && npm run clean:dist",
"clean:dist": "rimraf cjs esm coverage",
"clean:dist": "rimraf build coverage",
"clean:src": "ts-cleanup -s src --all | ts-cleanup -s test",

@@ -62,3 +61,4 @@ "prebuild": "npm run clean:dist && npm run lint",

"build:esm": "tsc -b tsconfig-build-esm.json",
"postbuild": "cp package.cjs.json ./cjs/package.json",
"postbuild": "npm run postbuild:copyfiles && node ./support/postbuild.cjs",
"postbuild:copyfiles": "cp ./support/package.cjs.json ./build/cjs/package.json && cp LICENSE README.md CHANGELOG.md ./build",
"test": "jest",

@@ -72,3 +72,3 @@ "precover": "rimraf coverage",

"type": "module",
"types": "esm/index.d.ts",
"types": "typings/index.d.ts",
"exports": {

@@ -83,3 +83,3 @@ ".": {

"engines": {
"node": ">=14.0",
"node": ">=16.0",
"npm": ">=7.0.0"

@@ -96,3 +96,2 @@ },

"backend",
"frontent",
"postgresql",

@@ -108,3 +107,2 @@ "postgres",

"sql",
"javascript",
"typescript",

@@ -111,0 +109,0 @@ "ts",

@@ -9,3 +9,3 @@ ## postgresql-client

Enterprise level PostgreSQL client for NodeJs and modern Web Browsers.
Enterprise level PostgreSQL client for NodeJs

@@ -12,0 +12,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