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 2.0.10 to 2.0.11

2

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

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

@@ -46,3 +46,3 @@ const _ = require('isa.js')

let portToMap = process.env.NODE_SERVER_PORT || self.config.port || 8080
let portToMap = Number( process.env.NODE_SERVER_PORT || self.config.port || 8080 )
let ipToMap = process.env.NODE_SERVER_IP || self.config.ip || '0.0.0.0'

@@ -49,0 +49,0 @@ await this.fastify.listen(portToMap, ipToMap)

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