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.14 to 1.9.15

4

lib/orders/system.js

@@ -358,2 +358,6 @@ 'use strict';

var getLoadAvg = function (callback) {
if (!isLinux) {
return callback(null, os.loadavg());
}
fs.readFile('/proc/loadavg', 'utf8', function (err, data) {

@@ -360,0 +364,0 @@ if (err) {

2

package.json
{
"name": "agentx",
"version": "1.9.14",
"version": "1.9.15",
"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