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

@wmfs/tymly-pg-plugin

Package Overview
Dependencies
Maintainers
1
Versions
329
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wmfs/tymly-pg-plugin - npm Package Compare versions

Comparing version 1.258.0 to 1.258.1

2

lib/components/services/audit/index.js

@@ -12,3 +12,3 @@ 'use strict'

async boot (options) {
this.logger = options.bootedServices.logger.addLogger('@wmfs/tymly-pg-plugin')
this.logger = options.bootedServices.logger.child('service:audit')
this.models = options.blueprintComponents.models || {}

@@ -15,0 +15,0 @@ this.client = options.bootedServices.storage.client

@@ -18,3 +18,3 @@ 'use strict'

async boot (options) {
this.logger = options.bootedServices.logger.addLogger('@wmfs/tymly-pg-plugin')
this.logger = options.bootedServices.logger.child('service:storage')
this.storageName = 'postgresql'

@@ -21,0 +21,0 @@

{
"name": "@wmfs/tymly-pg-plugin",
"version": "1.258.0",
"version": "1.258.1",
"description": "Replace Tymly's out-the-box memory storage with PostgreSQL",

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

"@semantic-release/exec": "6.0.2",
"@wmfs/tymly": "1.224.0"
"@wmfs/tymly": "1.225.0"
},

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

{
"name": "pg",
"version": "1.258.0",
"version": "1.258.1",
"label": "PG",

@@ -5,0 +5,0 @@ "author": "Tim Needham",

@@ -168,7 +168,4 @@ /* eslint-env mocha */

logger: {
addLogger () {
return {
debug: () => {}
}
}
debug: () => {},
child: () => {}
},

@@ -175,0 +172,0 @@ storage: {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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