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

pg-protocol

Package Overview
Dependencies
Maintainers
1
Versions
12
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.2.3 to 1.2.4

2

dist/outbound-serializer.test.js

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

.addCString('client_encoding')
.addCString("'utf-8'")
.addCString('UTF8')
.addCString('')

@@ -26,0 +26,0 @@ .join(true));

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

}
writer.addCString('client_encoding').addCString("'utf-8'");
writer.addCString('client_encoding').addCString('UTF8');
var bodyBuffer = writer.addCString('').flush();

@@ -14,0 +14,0 @@ // this message is sent without a code

{
"name": "pg-protocol",
"version": "1.2.3",
"version": "1.2.4",
"description": "The postgres client/server binary protocol, implemented in TypeScript",

@@ -14,3 +14,3 @@ "main": "dist/index.js",

"chunky": "^0.0.0",
"mocha": "^6.2.2",
"mocha": "^7.1.2",
"ts-node": "^8.5.4",

@@ -26,3 +26,3 @@ "typescript": "^3.7.3"

},
"gitHead": "9e55a7073b46da9f2ab274f1dd356087e2a7d982"
"gitHead": "f3136a7d5d5498280924b3e06f47f8ce80dbe4e6"
}

@@ -21,3 +21,3 @@ import assert from 'assert'

.addCString('client_encoding')
.addCString("'utf-8'")
.addCString('UTF8')
.addCString('')

@@ -24,0 +24,0 @@ .join(true)

@@ -28,3 +28,3 @@ import { Writer } from './buffer-writer'

writer.addCString('client_encoding').addCString("'utf-8'")
writer.addCString('client_encoding').addCString('UTF8')

@@ -31,0 +31,0 @@ var bodyBuffer = writer.addCString('').flush()

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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