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

pg-logical-replication

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-logical-replication - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

3

dist/output-plugins/pgoutput/binary-reader.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BinaryReader = void 0;
const util_1 = require("util");
// should not use { fatal: true } because ErrorResponse can use invalid utf8 chars
const textDecoder = new util_1.TextDecoder();
const textDecoder = new TextDecoder();
// https://www.postgresql.org/docs/14/protocol-message-types.html

@@ -8,0 +7,0 @@ class BinaryReader {

{
"name": "pg-logical-replication",
"version": "2.0.3",
"version": "2.0.4",
"description": "PostgreSQL Location Replication client - logical WAL replication streaming",

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

"url": "https://github.com/mastermatt"
},
{
"name": "Erik Arvidsson",
"email": "erik.arvidsson@gmail.com",
"url": "https://github.com/arv"
}

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