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
0
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.4.7 to 18.4.8

12

index.d.ts

@@ -312,6 +312,8 @@ import { ModelKeys, ModelKey, AirReducer } from '@airma/react-state';

declare type ResponseOption = { watchOnly?: boolean };
export declare const useResponse: {
<T extends SessionState>(
process: (state: ImportantVariable<T>) => any,
sessionState: T
sessionState: T | [T, ResponseOption?]
): void;

@@ -328,3 +330,3 @@ /**

) => any,
sessionState: T
sessionState: T | [T, ResponseOption?]
) => void;

@@ -338,3 +340,3 @@ /**

process: (error: unknown, sessionState: ImportantVariable<T>) => any,
sessionState: T
sessionState: T | [T, ResponseOption?]
) => void;

@@ -346,7 +348,7 @@ useSuccess: <T extends SessionState>(

) => any,
sessionState: T
sessionState: T | [T, ResponseOption?]
) => void;
useFailure: <T extends SessionState>(
process: (error: unknown, sessionState: ImportantVariable<T>) => any,
sessionState: T
sessionState: T | [T, ResponseOption?]
) => void;

@@ -353,0 +355,0 @@ };

{
"private": false,
"name": "@airma/react-effect",
"version": "18.4.7",
"version": "18.4.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