Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@airma/core

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@airma/core - npm Package Compare versions

Comparing version 15.4.0 to 15.4.1

14

index.d.ts

@@ -49,10 +49,8 @@ export declare type Action = {

declare type HoldCallback = <
S = any,
T extends AirModelInstance = any,
D extends S = any
declare type FactoryHolder = <
T extends AirReducer<any, any>,
>(
reducer: AirReducer<S, T>,
defaultState?: D
) => typeof reducer;
reducer: T,
defaultState?: T extends AirReducer<infer S, any>?S:never
) => T;

@@ -62,3 +60,3 @@ export declare function createRequiredModels<

>(
requireFn: (hold: HoldCallback) => T
requireFn: (factory: FactoryHolder) => T
): T;

@@ -65,0 +63,0 @@

@@ -7,3 +7,3 @@ {

"name": "@airma/core",
"version": "15.4.0",
"version": "15.4.1",
"description": "This is the core for agent-reducer and airma",

@@ -10,0 +10,0 @@ "repository": {

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