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.1.2 to 2.1.3

5

lib/index.js

@@ -1233,4 +1233,5 @@ 'use strict'

if (self._pattern.pubsub$ === true) {
self._transport.send(self._pattern.topic, self._request.payload)
self._execute()
self._transport.send(self._pattern.topic, self._request.payload, err =>
self._execute(err)
)
} else {

@@ -1237,0 +1238,0 @@ const optOptions = {}

2

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