New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.6 to 15.1.0

6

index.d.ts

@@ -42,7 +42,5 @@ export declare type Action = {

export type FirstParam<T extends (param:any)=>any>=T extends (param:infer P)=>any?P:never;
export declare function createModel<S, T extends AirModelInstance>(
export declare function createModel<S, T extends AirModelInstance, D extends S>(
reducer: AirReducer<S, T>,
defaultState:FirstParam<typeof reducer>
defaultState:D
): ActualReducer<S, T>;

@@ -49,0 +47,0 @@

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

"name": "@airma/core",
"version": "15.0.6",
"version": "15.1.0",
"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