Socket
Socket
Sign inDemoInstall

@risingstack/react-easy-state

Package Overview
Dependencies
Maintainers
12
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@risingstack/react-easy-state - npm Package Compare versions

Comparing version 6.2.1 to 6.2.2

2

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

@@ -5,0 +5,0 @@ "main": "dist/cjs.es6.js",

@@ -14,2 +14,7 @@ declare module '@risingstack/react-easy-state' {

): T;
function autoEffect(
effect: () => void,
deps?: DependencyList,
): () => void | undefined;
function clearEffect(effect: () => void): void;
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc