node-stomp-protocol icon indicating copy to clipboard operation
node-stomp-protocol copied to clipboard

STOMP Protocol for NodeJS

Results 6 node-stomp-protocol issues
Sort by recently updated
recently updated
newest added

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.3 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

### Description Why is StompHeaders an optional argument in all methods? By [specification](https://stomp.github.io/stomp-specification-1.2.html#Frames_and_Headers) in many methods, headings are `REQUIRED`. So, it is probably better to make the `REQUIRED` headers for...

enhancement

Implement a new high level "broker-like" server API, in order to handle receipts, transactions and subscriptions in a more user-friendly way, using a callback based contract.

enhancement