You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@wmfs/supercopy

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wmfs/supercopy - npm Package Compare versions

Comparing version

to
1.13.0

12

CHANGELOG.md

@@ -0,1 +1,13 @@

# [1.13.0](https://github.com/wmfs/supercopy/compare/v1.12.0...v1.13.0) (2018-12-04)
### 🛠 Builds
* **deps:** update pg requirement from 7.6.1 to 7.7.1 ([8a6f8a6](https://github.com/wmfs/supercopy/commit/8a6f8a6))
* **deps-dev:** update [@wmfs](https://github.com/wmfs)/hl-pg-client requirement ([7de8da3](https://github.com/wmfs/supercopy/commit/7de8da3))
* **deps-dev:** update semantic-release requirement ([eedf80b](https://github.com/wmfs/supercopy/commit/eedf80b))
* **deps-dev:** update semantic-release requirement ([6a62235](https://github.com/wmfs/supercopy/commit/6a62235))
* **deps-dev:** update semantic-release requirement ([2c39092](https://github.com/wmfs/supercopy/commit/2c39092))
* **deps-dev:** update semantic-release requirement ([f2fc400](https://github.com/wmfs/supercopy/commit/f2fc400))
# [1.12.0](https://github.com/wmfs/supercopy/compare/v1.11.0...v1.12.0) (2018-11-07)

@@ -2,0 +14,0 @@

8

package.json
{
"name": "@wmfs/supercopy",
"version": "1.12.0",
"version": "1.13.0",
"description": "Takes a specifically-named directory structure of CSV files and conjures bulk insert, update and delete statements and applies them to a PostgreSQL database.",

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

"debug": "4.1.0",
"pg": "7.6.1",
"pg": "7.7.1",
"pg-copy-streams": "1.2.0",

@@ -43,7 +43,7 @@ "rimraf": "2.6.2",

"nyc": "13.1.0",
"semantic-release": "15.10.8",
"semantic-release": "15.12.2",
"standard": "12.0.1",
"@semantic-release/changelog": "3.0.1",
"@semantic-release/git": "7.0.5",
"@wmfs/hl-pg-client": "1.8.0"
"@wmfs/hl-pg-client": "1.9.0"
},

@@ -50,0 +50,0 @@ "scripts": {