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 15.1.0 to 15.1.1

6

index.d.ts
import { FactoryCollection, FactoryModel } from '@airma/react-state';
import { ComponentType, FC, ReactNode } from 'react';
import { ComponentType, FC, NamedExoticComponent, ReactNode } from 'react';

@@ -91,3 +91,5 @@ export declare type PromiseResult<T> = {

models: FactoryCollection
): <P extends object>(component: ComponentType<P>) => typeof component;
): <P extends Record<string, any>>(
component: FunctionComponent<P> | NamedExoticComponent<P>
) => typeof component;

@@ -94,0 +96,0 @@ export declare const Strategy = {

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