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

@myndzi/app-framework

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@myndzi/app-framework - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

6

lib/pre-config.js

@@ -138,3 +138,7 @@ 'use strict';

doc: 'Types of loggers to use',
format: ['file', 'screen', 'syslog', 'ringbuffer'],
format: function (val) {
return Array.isArray(val) && val.reduce(function (acc, cur) {
return acc && typeof cur === 'string';
}, true);
},
default: ['screen']

@@ -141,0 +145,0 @@ }

4

package.json
{
"name": "@myndzi/app-framework",
"version": "1.6.0",
"version": "1.6.1",
"description": "Config and logging framework for Node.js applications",

@@ -20,3 +20,3 @@ "main": "./lib/index.js",

"bunyan-screenlogger": "^1.0.2",
"convict": "^1.5.0",
"convict": "^5.0.0",
"express": "^4.17.0",

@@ -23,0 +23,0 @@ "extend": "^3.0.2",

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