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 0.2.3 to 0.2.4

7

build/index.js

@@ -768,10 +768,11 @@ //

let responseError = Errio.parse(self._response.value.error)
let responseErrorCause = responseError.cause
let error = new Errors.BusinessError(Constants.BUSINESS_ERROR, {
pattern: self._cleanPattern
}).causedBy(Errio.parse(self._response.value.error))
}).causedBy(responseErrorCause ? responseError.cause : responseError)
self.log.error(error)
// error is already wrapped
return cb.call(self, Errio.parse(self._response.value.error))
return cb.call(self, responseError)
}

@@ -778,0 +779,0 @@

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