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

@airma/react-effect

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@airma/react-effect - npm Package Compare versions

Comparing version 18.2.7 to 18.2.8

8

index.d.ts

@@ -33,9 +33,9 @@ import { ModelKeys, ModelKey } from '@airma/react-state';

data: T;
variables: V | undefined;
variables: V;
loaded: true;
}
export declare interface UnloadedSessionState<V> extends AbstractSessionState {
export declare interface UnloadedSessionState extends AbstractSessionState {
data: undefined;
variables: V | undefined;
variables: undefined;
loaded: false;

@@ -50,3 +50,3 @@ }

| LoadedSessionState<T, V>
| UnloadedSessionState<V>;
| UnloadedSessionState;

@@ -53,0 +53,0 @@ export declare interface StrategyType<T = any> {

{
"private": false,
"name": "@airma/react-effect",
"version": "18.2.7",
"version": "18.2.8",
"description": "This is a react async state management tool",

@@ -6,0 +6,0 @@ "license": "MIT",

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