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.4 to 3.1.0

10

lib/index.js

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

fatal() {
process.exit(1)
this.close(() => process.exit(1))
}

@@ -648,3 +648,3 @@

if (self._config.crashOnFatal) {
self.fatal()
self.emit('error', self._reply.error)
}

@@ -654,3 +654,3 @@ })

} else if (self._config.crashOnFatal) {
self.fatal()
self.emit('error', self._reply.error)
return

@@ -1191,3 +1191,3 @@ }

if (self._config.crashOnFatal) {
self.fatal()
self.emit('error', err)
} else {

@@ -1457,3 +1457,3 @@ self._execute(error)

if (self._config.crashOnFatal) {
self.fatal()
self.emit('error', err)
}

@@ -1460,0 +1460,0 @@ }

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