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.3.50 to 1.3.51

2

Darconer.js

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

delete self.chunks[ key ]
callbackFn( new Error( `Response timeout to ${entity}:${message}` ) )
callbackFn( BaseErrors.RequestTimeout( { entity, message, tolerance: self.tolerance } ) )
}

@@ -332,0 +332,0 @@ }

{
"name": "darcon",
"version": "1.3.50",
"version": "1.3.51",
"description": "Simple Messaging/Service Bus for node entities over NatsIO",

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

@@ -76,2 +76,8 @@ const { inherits } = require('util')

message: 'No {service} is present at {entity}'
} ),
RequestTimeout: ErrorCreator( {
errorCode: 66005,
errorName: 'RequestTimeout',
message: 'Response {tolerance}ms timeout to {entity}:{message}'
} )

@@ -78,0 +84,0 @@

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