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

@wmfs/pg-diff-sync

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wmfs/pg-diff-sync - npm Package Compare versions

Comparing version 1.27.0 to 1.28.0

11

CHANGELOG.md

@@ -0,1 +1,12 @@

# [1.28.0](https://github.com/wmfs/pg-diff-sync/compare/v1.27.0...v1.28.0) (2023-03-13)
### 🛠 Builds
* **deps-dev:** update dependency [@semantic-release](https://github.com/semantic-release)/changelog to v6.0.2 ([ca15402](https://github.com/wmfs/pg-diff-sync/commit/ca15402e31f9a0d30b9ae8065fb7480f1f857385))
* **deps-dev:** update dependency chai to v4.3.7 ([08d984b](https://github.com/wmfs/pg-diff-sync/commit/08d984b170d215609714429545b47c709755040d))
* **deps-dev:** update dependency mocha to v10.2.0 ([d0624b8](https://github.com/wmfs/pg-diff-sync/commit/d0624b83faa4ff7f12ca818f677b9b827add3fd2))
* **deps-dev:** update dependency semantic-release to v20 ([dc13180](https://github.com/wmfs/pg-diff-sync/commit/dc131809161528270265adabe063de0b98ef46c0))
* **deps:** update dependency dottie to v2.0.3 ([3c09005](https://github.com/wmfs/pg-diff-sync/commit/3c090054817973e54f4bd1d5f6a3dd301229087e))
# [1.27.0](https://github.com/wmfs/pg-diff-sync/compare/v1.26.0...v1.27.0) (2022-11-02)

@@ -2,0 +13,0 @@

12

package.json
{
"name": "@wmfs/pg-diff-sync",
"version": "1.27.0",
"version": "1.28.0",
"description": "Takes two objects that describe the structure of a database and produces the PostgreSQL statements required to get from one to the other.",

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

"dependencies": {
"dottie": "2.0.2",
"dottie": "2.0.3",
"ejs": "3.1.8",

@@ -29,11 +29,11 @@ "lodash": "4.17.21"

"devDependencies": {
"chai": "4.3.6",
"chai": "4.3.7",
"codecov": "3.8.3",
"conventional-changelog-metahub": "4.0.1",
"cz-conventional-changelog": "3.3.0",
"mocha": "10.1.0",
"mocha": "10.2.0",
"nyc": "15.1.0",
"semantic-release": "19.0.5",
"semantic-release": "20.1.1",
"standard": "17.0.0",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/changelog": "6.0.2",
"@semantic-release/git": "10.0.1"

@@ -40,0 +40,0 @@ },

@@ -43,4 +43,4 @@ # pg-diff-sync

| --- | ----- | ------ |
| `baseDbStructure` | `object` | An object representing the original starting position of a database - most likely the output conjured from the __[pg-info](https://github.com/wmfs/tymly/tree/master/packages/pg-info)__ package |
| `targetDbStructure` | `object` | And an object representing how the database needs to be - in the same form as `baseDbStructure` (again see the __[pg-info](https://github.com/wmfs/tymly/tree/master/packages/pg-info)__ package for more details) |
| `baseDbStructure` | `object` | An object representing the original starting position of a database - most likely the output conjured from the __[pg-info](https://github.com/wmfs/pg-info)__ package |
| `targetDbStructure` | `object` | And an object representing how the database needs to be - in the same form as `baseDbStructure` (again see the __[pg-info](https://github.com/wmfs/pg-info)__ package for more details) |

@@ -47,0 +47,0 @@ ## <a name="output"></a>Output

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