Socket
Socket
Sign inDemoInstall

rxbeach

Package Overview
Dependencies
64
Maintainers
13
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    rxbeach

Chill with streams at the RxBeach


Version published
Maintainers
13
Created

Changelog

Source

3.0.0 (2023-10-11)

⚠ BREAKING CHANGES

  • The package is now distributed as an ESM module

  • migrate package to ESM (#675) (87e42ad)

Readme

Source

Beach with umbrella

RxBeach

Coverage Status

Chill with streams at the RxBeach

RxBeach is a toolbox for creating applications that use streams to manage state. It is in the very early stages of implementation, and the API will change continuously.

Documentation

The documentation is published at https://ardoq.github.io/rxbeach/ and there is also a good deal of JSDoc comments in the code.

Contributing

Code is hosted in the GitHub repo ardoq/rxbeach.

We have a .git-blame-ignore-revs file for ignoring commits with style changes in git blame. You can configure git to use it, and VSCode and others will respect the setting:

git config blame.ignoreRevsFile .git-blame-ignore-revs

Dependabot

We use dependabot to keep dependencies up to date. This is nice, because it shows us exactly where dependencies breaks our build. To satisfy Ardoq's review policy, you should merge Dependabot PRs by approving the PR with the message @dependabot merge.

Publishing a new version of the package

  1. Verify that "it works":
    yarn lint && yarn build && yarn test
  2. Bump the version yarn standard-version
  3. Push your changes: git push --follow-tags
  4. Publish to NPM (remember to not bump the version here, just hit enter):
    yarn publish

Keywords

FAQs

Last updated on 11 Oct 2023

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.

Install

Related posts

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