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.0.1 to 2.0.2

14

lib/index.js

@@ -126,5 +126,2 @@ 'use strict'

// contains the list of circuit breaker of all act calls
this._circuitBreakerMap = new Map()
this._ext = new Extension()

@@ -1408,10 +1405,7 @@ this._ext.add('onClientPreRequest', DefaultExtensions.onClientPreRequest)

self.emit('error', err)
if (_.isFunction(cb)) {
cb(err)
}
} else {
if (_.isFunction(cb)) {
cb()
}
}
if (_.isFunction(cb)) {
cb(err)
}
})

@@ -1418,0 +1412,0 @@ }

@@ -203,3 +203,6 @@ 'use strict'

_.each(args, function(v, k) {
if ((!~k.indexOf('$') && !_.isFunction(v) && !_.isObject(v)) || _.isRegExp(v)) {
if (
(!~k.indexOf('$') && !_.isFunction(v) && !_.isObject(v)) ||
_.isRegExp(v)
) {
sb.push(k + ':' + v)

@@ -206,0 +209,0 @@ }

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