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.5.24 to 1.5.25

2

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

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

@@ -19,5 +19,5 @@ const _ = require('isa.js')

functions (obj, asyncOnly = true) {
let fns = _.functionNames( obj )
let fns = _.functionNames( obj, asyncOnly )
return fns.filter( (fn) => {
return !ignorable.includes(fn) && ( !asyncOnly || _.isAsyncFunction(obj[fn]) )
return !ignorable.includes(fn)
} )

@@ -24,0 +24,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