react-order-book
react-order-book copied to clipboard
Render and style an order book for any asset class. Flexible and customizable.
in case this repo is still maintained, I get this error from my frontend: ``` Warning: OrderBook: Support for defaultProps will be removed from function components in a future major...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...
Removes [trim](https://github.com/Trott/trim). It's no longer used after updating ancestor dependencies [trim](https://github.com/Trott/trim), [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/addons/docs), [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/addons/essentials) and [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/renderers/react). These dependencies need to be updated together. Removes `trim` Updates `@storybook/addon-docs` from 6.5.15 to 7.0.6...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) to 5.1.2 and updates ancestor dependency [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/renderers/react). These dependencies need to be updated together. Updates `glob-parent` from 3.1.0 to 5.1.2 Release notes Sourced from glob-parent's releases. v5.1.2 Bug...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Right now, you can pick custom colors (`bidColor` and `askColor`) which will get interpolated over the length of the order book. But, those colors simply get interpolated into white. Instead,...
As of this writing, this is only working in the `@next` tag of Storybook. Follow along here: https://github.com/storybookjs/storybook/issues/17831
Here's a good template for a guide like this from the Electron repo: https://github.com/electron/electron/blob/56ab3d73c6f9b2716281b53de3dfcbbbcc1f2188/CONTRIBUTING.md