Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.0.0 to 1.0.1

test/fixtures/scripts/install.sql

25

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

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

"chai": "4.1.2",
"codecov": "3.0.2",
"codecov": "3.0.3",
"cz-conventional-changelog": "2.1.0",

@@ -44,3 +44,3 @@ "mocha": "5.2.0",

"standard": "11.0.1",
"@wmfs/hl-pg-client": "1.1.0"
"@wmfs/hl-pg-client": "1.1.2"
},

@@ -55,3 +55,3 @@ "scripts": {

"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
"path": "cz-conventional-changelog"
}

@@ -61,3 +61,20 @@ },

"access": "public"
},
"release": {
"analyzeCommits": {
"preset": "angular",
"releaseRules": [
{
"type": "build",
"scope": "deps",
"release": "minor"
},
{
"type": "build",
"scope": "deps-dev",
"release": "patch"
}
]
}
}
}

Sorry, the diff of this file is not supported yet

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