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

pg-copy-streams

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-copy-streams - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

.npmignore

2

index.js

@@ -70,3 +70,3 @@ 'use strict';

// unpipe from connection
this.unpipe(this.connection)
this.unpipe(this.connection.stream)
this.connection = null

@@ -73,0 +73,0 @@ }

{
"name": "pg-copy-streams",
"version": "2.2.0",
"version": "2.2.1",
"description": "Low-Level COPY TO and COPY FROM streams for PostgreSQL in JavaScript using",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -110,4 +110,8 @@ ## pg-copy-streams

### version 2.2.0 - published YYYY-MM-DD
### version 2.2.1 - published 2019-07-22
* Bugfix copy-from was not correctly unpiped from the the connection stream
### version 2.2.0 - published 2019-03-21
* Small refactor in copy-from passing from 3 push to 2 push in every chunk transform loop

@@ -114,0 +118,0 @@ * Add bench/ directory for benchmarks

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