pg-logical-replication
Advanced tools
Comparing version 2.0.3 to 2.0.4
"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 @@ ], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
123946
2981