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

awai

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awai - npm Package Compare versions

Comparing version 0.0.1-alpha-3 to 0.0.1-alpha-4

6

dist/index.d.ts

@@ -82,6 +82,4 @@ type Resolver<T> = (payload: T) => any;

type InferReadableType<T> = T extends ReadableState<infer U> | ReadableAsyncState<infer U> ? U : unknown;
type InferReadableType<T> = T extends ReadableState<infer U> ? U : T extends ReadableAsyncState<infer Q> ? Q : unknown;
type Setter<T> = (nextValueOrResolver: T | ((current: T) => T)) => Promise<T>;
interface WritableAsyncState<T> {

@@ -97,2 +95,4 @@ events: {

type Setter<T> = (nextValueOrResolver: T | ((current: T) => T)) => Promise<T>;
interface WritableState<T> {

@@ -99,0 +99,0 @@ events: {

{
"name": "awai",
"version": "0.0.1-alpha-3",
"version": "0.0.1-alpha-4",
"author": "Yuriy Yakym",

@@ -5,0 +5,0 @@ "description": "State management library",

@@ -14,3 +14,3 @@ <div align="center">

<p>| <a href="https://awai.vercel.app/">Documentation</a> |</p>
<p>| <a href="https://awai.vercel.app/">Documentation</a> | <a href="https://github.com/yuriyyakym/awai-react">Awai-React</a> |</p>
</div>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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