Socket
Socket
Sign inDemoInstall

cote

Package Overview
Dependencies
56
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

26

CHANGELOG.md
# Changelog
## [v1.0.1](https://github.com/dashersw/cote/tree/v1.0.1) (2020-11-16)
[Full Changelog](https://github.com/dashersw/cote/compare/v1.0.0...v1.0.1)
**Merged pull requests:**
- Bugfix responding to wildcard events with promises [\#230](https://github.com/dashersw/cote/pull/230) ([jessety](https://github.com/jessety))
## [v1.0.0](https://github.com/dashersw/cote/tree/v1.0.0) (2019-12-29)

@@ -47,2 +55,5 @@

- Log a warning to the console if there are no handlers for a specific event [\#168](https://github.com/dashersw/cote/issues/168)
**Merged pull requests:**
- feature: Log message when no listener for event [\#189](https://github.com/dashersw/cote/pull/189) ([otothea](https://github.com/otothea))

@@ -78,8 +89,5 @@

**Implemented enhancements:**
**Merged pull requests:**
- Add ability to target subgroups of Requesters [\#150](https://github.com/dashersw/cote/pull/150) ([pelzerim](https://github.com/pelzerim))
**Merged pull requests:**
- Using PM2 Cluster Properly - README [\#149](https://github.com/dashersw/cote/pull/149) ([knoxcard](https://github.com/knoxcard))

@@ -204,3 +212,3 @@

**Implemented enhancements:**
**Closed issues:**

@@ -217,3 +225,3 @@ - Add Promise support [\#36](https://github.com/dashersw/cote/issues/36)

**Implemented enhancements:**
**Closed issues:**

@@ -252,3 +260,3 @@ - Implement preliminary internal queue for requesters [\#24](https://github.com/dashersw/cote/issues/24)

- Fix some of the linter issues [\#26](https://github.com/dashersw/cote/pull/26) ([ankakusu](https://github.com/ankakusu))
- Fix some of the linter issues [\#26](https://github.com/dashersw/cote/pull/26) ([frontconnect](https://github.com/frontconnect))

@@ -275,3 +283,3 @@ ## [v0.9.1](https://github.com/dashersw/cote/tree/v0.9.1) (2016-07-15)

**Implemented enhancements:**
**Closed issues:**

@@ -325,3 +333,3 @@ - Let components use hostnames when establishing connection [\#25](https://github.com/dashersw/cote/issues/25)

**Implemented enhancements:**
**Closed issues:**

@@ -328,0 +336,0 @@ - Implement key prefixes as global config [\#15](https://github.com/dashersw/cote/issues/15)

{
"name": "cote",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [

@@ -5,0 +5,0 @@ "microservices",

@@ -50,2 +50,4 @@ const axon = require('@dashersw/axon');

if (this.event.startsWith('cote:')) return;
if (rv && typeof rv.then == 'function') {

@@ -52,0 +54,0 @@ const cb = args.pop();

@@ -159,3 +159,3 @@ module.exports = function(port) {

node.advertisement.name != 'sockendSub' &&
node.advertisement.name != 'sockendReq'
node.advertisement.name != 'sockendReq',
);

@@ -179,4 +179,4 @@

// '#' + rawLink.source
})
)
}),
),
);

@@ -183,0 +183,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc