Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nats-hemera

Package Overview
Dependencies
Maintainers
1
Versions
279
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nats-hemera - npm Package Compare versions

Comparing version 6.0.1 to 6.1.0

4

lib/configScheme.js

@@ -11,2 +11,6 @@ const Joi = require('joi')

.default(2000),
// The number of millis to wait a plugin to load after which it will error, 0 = disabled
pluginTimeout: Joi.number()
.integer()
.default(0),
tag: Joi.string().default(''),

@@ -13,0 +17,0 @@ // Enables pretty log formatter in Pino default logger

3

lib/index.js

@@ -159,3 +159,4 @@ 'use strict'

ready: 'bootstrap'
}
},
timeout: this._config.pluginTimeout
})

@@ -162,0 +163,0 @@

{
"name": "nats-hemera",
"author": "Dustin Deus (https://github.com/StarpTech)",
"version": "6.0.1",
"version": "6.1.0",
"main": "lib/index.js",

@@ -46,3 +46,3 @@ "homepage": "https://hemerajs.github.io/hemera/",

"dependencies": {
"avvio": "5.7.x",
"avvio": "6.0.x",
"bloomrun": "4.1.x",

@@ -61,3 +61,3 @@ "errio": "1.2.x",

"typings": "./index.d.ts",
"gitHead": "4922e91476c6bf58ff14cecaa462266de5d2c26a"
"gitHead": "1203eeeeb11a8626b63bfcd97770dbeaf6206e50"
}
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