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 3.0.3 to 3.0.4

9

lib/index.js

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

if (err) {
self._reply.error = err
const internalError = new Errors.HemeraError(

@@ -893,4 +892,4 @@ Constants.ADD_MIDDLEWARE_ERROR,

self.log.error(internalError)
self.emit('serverResponseError', self._reply.error)
self.finish()
self.emit('serverResponseError', err)
self._actionHandler(err)
return

@@ -900,3 +899,3 @@ }

if (self._reply.finished) {
self.finish()
self._actionHandler()
return

@@ -910,3 +909,3 @@ }

action(self._request.payload.pattern)
self.finish()
self._actionHandler()
return

@@ -913,0 +912,0 @@ }

{
"name": "nats-hemera",
"author": "Dustin Deus (https://github.com/StarpTech)",
"version": "3.0.3",
"version": "3.0.4",
"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