Huge News!Announcing our $40M Series B led by Abstract Ventures.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 5.1.1 to 5.1.2

0

lib/encoder.js

@@ -0,0 +0,0 @@ 'use strict'

5

lib/index.js

@@ -745,3 +745,3 @@ /**

const maxMessages = addDefinition.transport.maxMessages
const queue = addDefinition.transport.queue
const queue = addDefinition.transport.queue || `queue.${topic}`
const pubsub = addDefinition.transport.pubsub

@@ -1041,4 +1041,3 @@

maxMessages: definition.maxMessages$,
expectedMessages: definition.expectedMessages$,
queue: definition.queue$ || `queue.${definition.topic}`
queue: definition.queue$
}

@@ -1045,0 +1044,0 @@ }

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@ 'use strict'

@@ -0,0 +0,0 @@ 'use strict'

{
"name": "nats-hemera",
"author": "Dustin Deus (https://github.com/StarpTech)",
"version": "5.1.1",
"version": "5.1.2",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "homepage": "https://hemerajs.github.io/hemera/",

@@ -0,0 +0,0 @@ # Hemera package

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