New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 2.3.1 to 2.3.2

0

lib/add.js

@@ -0,0 +0,0 @@ 'use strict'

4

lib/configScheme.js

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

.default(2000),
// Max initialization time of a plugin
pluginTimeout: Joi.number()
.integer()
.default(3000),
tag: Joi.string().default(''),

@@ -16,0 +12,0 @@ // Enables pretty log formatter in Pino default logger

4

lib/errors.js

@@ -25,3 +25,2 @@ 'use strict'

const CircuitBreakerError = HemeraError.subclass('CircuitBreakerError')
const PluginTimeoutError = HemeraError.subclass('PluginTimeoutError')

@@ -39,4 +38,3 @@ module.exports = {

ProcessLoadError,
CircuitBreakerError,
PluginTimeoutError
CircuitBreakerError
}

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@ 'use strict'

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

@@ -6,0 +6,0 @@ "homepage": "https://hemerajs.github.io/hemera/",

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