🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

pg-protocol

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-protocol - npm Package Compare versions

Comparing version
1.12.0
to
1.13.0
+4
-4
package.json
{
"name": "pg-protocol",
"version": "1.12.0",
"version": "1.13.0",
"description": "The postgres client/server binary protocol, implemented in TypeScript",

@@ -19,7 +19,7 @@ "main": "dist/index.js",

"@types/chai": "^4.2.7",
"@types/mocha": "^10.0.7",
"@types/mocha": "^10.0.10",
"@types/node": "^12.12.21",
"chai": "^4.2.0",
"chunky": "^0.0.0",
"mocha": "^10.5.2",
"mocha": "^11.7.5",
"ts-node": "^8.5.4",

@@ -45,3 +45,3 @@ "typescript": "^4.0.3"

],
"gitHead": "f2d7d1146cc87024a5fa503dce13c59ff5196d26"
"gitHead": "c9070cc8d526fca65780cedc25c1966b57cf7532"
}