Socket
Socket
Sign inDemoInstall

@risingstack/react-easy-state

Package Overview
Dependencies
4
Maintainers
12
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.3.0 to 6.4.0-alpha.1

4

package.json
{
"name": "@risingstack/react-easy-state",
"version": "6.3.0",
"version": "6.4.0-alpha.1",
"description": "React state management with a minimal API. Made with ES6 Proxies.",

@@ -62,3 +62,3 @@ "main": "dist/cjs.es6.js",

"dependencies": {
"@nx-js/observer-util": "^4.2.2"
"@nx-js/observer-util": "^4.3.0-alpha.0"
},

@@ -65,0 +65,0 @@ "peerDependencies": {

@@ -13,3 +13,3 @@ <p align="center">

**NEWS:** `react-easy-state` is moved under `@risingstack/react-easy-state` on npm with **no breaking changes**. Please switch to the new package to get the latest features and bug fixes. Thanks!
**NEWS:** v6.3.0 fixed a nasty bug that could render [zombie children](https://react-redux.js.org/api/hooks#stale-props-and-zombie-children). Please update to this version at least to save yourself some headaches. Thanks!

@@ -275,3 +275,3 @@ <details>

<p></p>
Every component that is using a store or part of a store inside its render must be wrapped with `view`. Sometimes store usage is not so explicit and easy to to miss.

@@ -278,0 +278,0 @@

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