Chat-Buy-React icon indicating copy to clipboard operation
Chat-Buy-React copied to clipboard

Client for beginners to learn, built with React / Redux / Node

Results 31 Chat-Buy-React issues
Sort by recently updated
recently updated
newest added

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.16.2 to 1.18.1. Release notes Sourced from http-proxy's releases. Long overdue maintenance Due to some great contributions I'm happy to announce a new release of http-proxy containing...

dependencies

Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.0 to 4.6.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lodash.mergewith&package-manager=npm_and_yarn&previous-version=4.6.0&new-version=4.6.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.13.5 to 5.7.5. Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.7.5 / 2019-10-14 > ================== > * fix(query): delete top-level `_bsontype` property in queries to prevent silent empty...

dependencies

https://www.bilibili.com/video/av17908190/ 迷路了

// actions/chat.js 中的connectSocket函数 ``` export function connectSocket() { return (dispatch, state) => { const orders = state() .get("user") .get("orders"); // .... } } ``` 这里只在调用了connectSocket函数时才去拿orders的数据,这个时候应该还没有从服务端拿到数据,所以这里的orders应该是空的,在监听getOrder事件时用的是这里的orders,导致不执行dispatch ``` socket.on("getOrder", data => {...

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.1.0 to 9.0.0. Changelog Sourced from jsonwebtoken's changelog. 9.0.0 - 2022-12-21 Breaking changes: See Migration from v8 to v9 Breaking changes Removed support for Node versions 11...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.16.2 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.3.2 to 6.3.3. Changelog Sourced from qs's changelog. 6.3.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...

dependencies

Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.13.5 to 4.13.21. Changelog Sourced from mongoose's changelog. 4.13.21 / 2020-07-12 fix(query): delete top-level _bsontype property in queries to prevent silent empty queries #8222 5.9.23 / 2020-07-10...

dependencies