New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

agentx

Package Overview
Dependencies
Maintainers
3
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agentx - npm Package Compare versions

Comparing version 1.9.7 to 1.9.9

2

lib/agent.js

@@ -134,3 +134,3 @@ 'use strict';

debug('>>>>>>>>>>>send message to server: %j', message);
if (this.state === AgentState.WORK && this.conn) {
if (this.conn && typeof this.conn.sendMessage === 'function') {
this.conn.sendMessage(message);

@@ -137,0 +137,0 @@ }

{
"name": "agentx",
"version": "1.9.7",
"version": "1.9.9",
"description": "agentx is powered by alinode",

@@ -5,0 +5,0 @@ "scripts": {

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