Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
@stomp/rx-stomp
Advanced tools
This library provides an RxJS oriented STOMP over WebSocket client for Web browser and node.js applications.
This is a wrapper over https://github.com/stomp-js/stompjs. It exposes the STOMP operations as RxJS Observables. It provides almost all operations provided by the underlying library.
This has been developed using TypeScript and includes typing information in the distribution.
The npm package includes TypeScript definitions, so there is no need no install it separately.
The library is distributed as UMD and ES6 modules. This can be installed as an npm module or directly from a CDN:
npm install @stomp/rx-stomp
yarn add @stomp/rx-stomp
Additionally, rxjs^6.0 needs to be installed.
See https://stomp-js.github.io/ for instructions and tutorials.
This module is distributed as UMD and ES6 modules:
require
,import
See samples at: https://github.com/stomp-js/samples/.
API documentation at: https://stomp-js.github.io/api-docs/latest/classes/RxStomp.html.
Before installing please check: https://stomp-js.github.io/guide/stompjs/rx-stomp/ng2-stompjs/pollyfils-for-stompjs-v5.html.
Please visit Change Log.
If you want to understand the code, develop, or contribute. Please visit How to contribute.
License - Apache-2.0
FAQs
RxJS STOMP client for Javascript and Typescript
The npm package @stomp/rx-stomp receives a total of 37,358 weekly downloads. As such, @stomp/rx-stomp popularity was classified as popular.
We found that @stomp/rx-stomp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.