New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wmfs/pg-delta-file

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wmfs/pg-delta-file - npm Package Compare versions

Comparing version

to
1.35.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [1.35.0](https://github.com/wmfs/pg-delta-file/compare/v1.34.0...v1.35.0) (2020-01-08)
### 🛠 Builds
* **deps:** Bump pg from 7.12.1 to 7.17.0 ([c73f000](https://github.com/wmfs/pg-delta-file/commit/c73f0007a4f4b2047098c4d34a2400e98204d9bf))
# [1.34.0](https://github.com/wmfs/pg-delta-file/compare/v1.33.0...v1.34.0) (2020-01-07)

@@ -2,0 +9,0 @@

4

package.json
{
"name": "@wmfs/pg-delta-file",
"version": "1.34.0",
"version": "1.35.0",
"description": "Outputs change-only-update CSV files (or “delta” files) that contain all the necessary actions required to re-synchronize rows in a cloned table.",

@@ -27,3 +27,3 @@ "author": "West Midlands Fire Service",

"make-dir": "3.0.0",
"pg": "7.12.1",
"pg": "7.17.0",
"pg-query-stream": "2.1.2"

@@ -30,0 +30,0 @@ },