Socket
Socket
Sign inDemoInstall

jotai

Package Overview
Dependencies
Maintainers
2
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jotai - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

2

package.json
{
"name": "jotai",
"private": false,
"version": "0.5.1",
"version": "0.5.2",
"description": "👻 Next gen state management that will spook you",

@@ -6,0 +6,0 @@ "main": "index.cjs.js",

@@ -7,3 +7,3 @@ export declare type NonPromise<T> = T extends Promise<unknown> ? never : T;

export declare type Atom<Value> = {
key: unknown;
key: string | number;
init?: Value;

@@ -10,0 +10,0 @@ read: (get: Getter) => Value | Promise<Value>;

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