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

@wmfs/hl-pg-client

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wmfs/hl-pg-client - npm Package Compare versions

Comparing version 1.34.0 to 1.35.0

51

.releaserc.json

@@ -15,3 +15,52 @@ {

"generateNotes": {
"preset": "angular"
"preset": "conventionalcommits",
"presetConfig": {
"types": [
{
"breaking": true,
"type": "feat!",
"section": "BREAKING"
},
{
"type": "feat",
"section": "New Feature(s) :rocket:"
},
{
"type": "fix",
"section": "Bug Fix(es) :bug:"
},
{
"type": "docs",
"section": "Documentation Changes :memo:"
},
{
"type": "refactor",
"section": "Code Refactor :recycle:"
},
{
"type": "test",
"section": "Tests :alembic:"
},
{
"type": "perf",
"section": "Performance Improvement(s) :zap:"
},
{
"type": "build",
"section": "Build system dependencies :hammer:"
},
{
"type": "chore",
"section": "Chores :pencil2:"
},
{
"type": "ci",
"section": "CICD Configuration Changes :construction_worker:"
},
{
"type": "style",
"section": "Code Styling :art:"
}
]
}
},

@@ -18,0 +67,0 @@ "prepare": [

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

## [1.35.0](https://github.com/wmfs/hl-pg-client/compare/v1.34.0...v1.35.0) (2025-02-12)
### Build system dependencies :hammer:
* **deps-dev:** [sc-29160] Resolve issue with semantic-release changelog notes ([#370](https://github.com/wmfs/hl-pg-client/issues/370)) ([dbf1ce3](https://github.com/wmfs/hl-pg-client/commit/dbf1ce3ca119c99199aa89921bccce8cfa80876c))
* **deps-dev:** update dependency mocha to v11.1.0 ([#371](https://github.com/wmfs/hl-pg-client/issues/371)) ([dcf0360](https://github.com/wmfs/hl-pg-client/commit/dcf0360f66b9ce0c48b2a6eca80a6b6717c8a853))
* **deps-dev:** update dependency semantic-release to v24.2.1 ([#369](https://github.com/wmfs/hl-pg-client/issues/369)) ([26ac1de](https://github.com/wmfs/hl-pg-client/commit/26ac1de8fb5c1ffd84cc2b4d812eba913e48babe))
* **deps-dev:** update dependency semantic-release to v24.2.2 ([#372](https://github.com/wmfs/hl-pg-client/issues/372)) ([508ea6d](https://github.com/wmfs/hl-pg-client/commit/508ea6d639aef5e40a58535fe562e8176da2701c))
* **deps:** update dependency pg to v8.13.2 ([#373](https://github.com/wmfs/hl-pg-client/issues/373)) ([14d4de4](https://github.com/wmfs/hl-pg-client/commit/14d4de4f8faa26ccd90cf725cc5ca2cf9ae07574))
# [1.34.0](https://github.com/wmfs/hl-pg-client/compare/v1.33.0...v1.34.0) (2024-12-09)

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

11

package.json
{
"name": "@wmfs/hl-pg-client",
"version": "1.34.0",
"version": "1.35.0",
"description": "Provides a slightly higher level PostgreSQL client, that builds on pg-pool",

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

"debug": "4.4.0",
"pg": "8.13.1"
"pg": "8.13.2"
},

@@ -29,9 +29,10 @@ "devDependencies": {

"codecov": "3.8.3",
"conventional-changelog-metahub": "4.0.1",
"conventional-changelog-conventionalcommits": "8.0.0",
"cz-conventional-changelog": "3.3.0",
"mocha": "11.0.1",
"mocha": "11.1.0",
"nyc": "17.1.0",
"semantic-release": "24.2.0",
"semantic-release": "24.2.2",
"standard": "17.1.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/release-notes-generator": "14.0.3",
"@semantic-release/git": "10.0.1"

@@ -38,0 +39,0 @@ },

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