New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

atomic-state

Package Overview
Dependencies
Maintainers
0
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atomic-state - npm Package Compare versions

Comparing version 2.9.8 to 2.9.9

2

dist/mod.d.ts

@@ -200,3 +200,3 @@ /** @license Atomic State

}>(config: Omit<Atom<R, Actions>, 'name'> | Omit<Selector<R>, 'name'>): {
(): [R | Promise<R> | (() => Promise<R>), Dispatch<SetStateAction<R | Promise<R> | (() => Promise<R>)>>, ActionsObjectType<Actions>];
(): [R, Dispatch<SetStateAction<R>>, ActionsObjectType<any>];
value(): R;

@@ -203,0 +203,0 @@ set(value: R | ((v: R) => R)): void;

{
"name": "atomic-state",
"version": "2.9.8",
"version": "2.9.9",
"description": "Atomic State is a state management library for React",

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

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