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
2
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.3.5 to 2.3.6

4

dist/mod.d.ts

@@ -149,3 +149,3 @@ /// <reference types="node" />

export declare function createAtomicHook<R, A = any>(config?: Partial<Atom<R, A>>): {
(): readonly [Partial<R>, ActionsObjectType<{
(): readonly [R, ActionsObjectType<{
setPartialvalue: Partial<R> | ((v: Required<R>) => Partial<R>);

@@ -155,3 +155,3 @@ setValue: R | ((v: Required<R>) => R);

}>];
atom: Atom<Partial<R>, {
atom: Atom<R, {
setPartialvalue: Partial<R> | ((v: Required<R>) => Partial<R>);

@@ -158,0 +158,0 @@ setValue: R | ((v: Required<R>) => R);

{
"name": "atomic-state",
"version": "2.3.5",
"version": "2.3.6",
"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