Socket
Socket
Sign inDemoInstall

simpler-state

Package Overview
Dependencies
5
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

11

index.d.ts

@@ -36,6 +36,9 @@ /**

/** Updates the value of the entity */
set: (
newValue: T | ((value: T, ...args: any[]) => T),
...updaterArgs: any[]
) => void
set: {
(newValue: T): void
<P extends unknown[]>(
updaterFn: (value: T, ...args: P) => T,
...updaterArgs: P
): void
}

@@ -42,0 +45,0 @@ /** Binds the entity value to component state */

{
"name": "simpler-state",
"version": "1.0.2",
"version": "1.0.3",
"description": "The simplest app state management for React",

@@ -5,0 +5,0 @@ "keywords": [

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