New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
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.6.0

10

CHANGELOG.md

@@ -0,1 +1,11 @@

# [1.6.0](https://github.com/wmfs/supercopy/compare/v1.5.0...v1.6.0) (2018-09-12)
### 🛠 Builds
* **deps:** update debug requirement from 4.0.0 to 4.0.1 ([3924e30](https://github.com/wmfs/supercopy/commit/3924e30))
* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/git requirement ([5cad643](https://github.com/wmfs/supercopy/commit/5cad643))
* **deps-dev:** update [@wmfs](https://github.com/wmfs)/hl-pg-client requirement ([c685b2e](https://github.com/wmfs/supercopy/commit/c685b2e))
* **deps-dev:** update semantic-release requirement ([a7e35e9](https://github.com/wmfs/supercopy/commit/a7e35e9))
# [1.5.0](https://github.com/wmfs/supercopy/compare/v1.4.0...v1.5.0) (2018-09-11)

@@ -2,0 +12,0 @@

10

package.json
{
"name": "@wmfs/supercopy",
"version": "1.5.0",
"version": "1.6.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.",

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

"csv-string": "3.1.5",
"debug": "4.0.0",
"debug": "4.0.1",
"pg": "7.4.3",

@@ -43,7 +43,7 @@ "pg-copy-streams": "1.2.0",

"nyc": "13.0.1",
"semantic-release": "15.9.14",
"semantic-release": "15.9.15",
"standard": "12.0.1",
"@semantic-release/changelog": "3.0.0",
"@semantic-release/git": "7.0.3",
"@wmfs/hl-pg-client": "1.3.0"
"@semantic-release/git": "7.0.4",
"@wmfs/hl-pg-client": "1.5.0"
},

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