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.2.2 to 15.2.3

2

dist/index.js

@@ -105,3 +105,3 @@ // src/libs/tools.ts

const value = connection.current[p];
if (typeof value === "function") {
if (connection.current.hasOwnProperty(p) && typeof value === "function") {
return rebuildDispatchMethod(connection, p);

@@ -108,0 +108,0 @@ }

@@ -17,2 +17,3 @@ export declare type Action = {

[key: string]: any;
[key: number]: any;
}

@@ -19,0 +20,0 @@

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

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