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 7.0.1 to 7.0.2

6

lib/index.js

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

const ExtensionManager = require('./extensionManager')
const { sChildren, sRegisteredPlugins } = require('./symbols')
const { sChildren, sRegisteredPlugins, sReplySent } = require('./symbols')
const { serverExtIterator, clientExtIterator } = require('./extensionRunner')

@@ -912,2 +912,6 @@

if (self.reply[sReplySent] === true) {
return
}
const result = self._processServerAction()

@@ -914,0 +918,0 @@

9

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

@@ -46,3 +46,3 @@ "homepage": "https://hemerajs.github.io/hemera/",

"dependencies": {
"avvio": "6.0.x",
"avvio": "6.2.x",
"bloomrun": "4.1.x",

@@ -54,3 +54,3 @@ "errio": "1.2.x",

"nuid": "^1.0.0",
"pino": "5.11.x",
"pino": "5.13.x",
"super-error": "2.2.x",

@@ -62,4 +62,3 @@ "tinysonic": "1.3.x"

},
"typings": "./index.d.ts",
"gitHead": "f429eead7a3e479a55008ee1d35e8f92d55f213e"
"typings": "./index.d.ts"
}
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