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.10 to 0.2.11

4

build/index.js

@@ -331,3 +331,4 @@ //

if (currentPlugin.attributes.name === currentActPlugin.name) {
if (currentPlugin.attributes.name === currentActPlugin.name
|| currentActPlugin.dependencies.indexOf(currentPlugin.attributes.name) > -1) {

@@ -369,2 +370,3 @@ return handler.call(this, next)

ctx.plugin$.attributes = params.attributes
ctx.plugin$.attributes.dependencies = params.attributes.dependencies || []
ctx.plugin$.options = params.options

@@ -371,0 +373,0 @@ params.plugin.call(ctx, params.options)

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