Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

darcon

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

darcon - npm Package Compare versions

Comparing version 1.4.7 to 1.4.8

12

Darconer.js

@@ -361,3 +361,3 @@ let NATS = require('nats')

delete self.chunks[ key ]
callbackFn( BaseErrors.RequestTimeout( { entity, message, tolerance: self.reponseTolerance } ) )
callbackFn( BaseErrors.RequestTimeout( { entity, message, tolerance: self.reponseTolerance } ) )
}

@@ -492,2 +492,12 @@ }

return this.innercomm(mode, flowID, processID, GATER, this.nodeID, entity, message, null, null, params, terms)
},
async inform (flowID, entity, message, params, terms) {
return this.innercomm(MODE_INFORM, flowID, '', GATER, this.nodeID, entity, message, null, null, params, terms)
},
async delegate (flowID, entity, message, params, terms) {
return this.innercomm(MODE_DELEGATE, flowID, '', GATER, this.nodeID, entity, message, null, null, params, terms)
},
async request (flowID, entity, message, params, terms) {
return this.innercomm(MODE_REQUEST, flowID, '', GATER, this.nodeID, entity, message, null, null, params, terms)
}

@@ -494,0 +504,0 @@

2

package.json
{
"name": "darcon",
"version": "1.4.7",
"version": "1.4.8",
"description": "Simple Messaging/Service Bus for node entities over NatsIO",

@@ -5,0 +5,0 @@ "keywords": [

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