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

agentx

Package Overview
Dependencies
Maintainers
1
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.2.2 to 1.2.3

6

lib/error_parser.js

@@ -55,4 +55,6 @@ 'use strict';

} else if (this.expect(line, 'at ')) {
this.current.stack += this.current.extra + line + '\n';
this.current.extra = '';
if (this.current) {
this.current.stack += this.current.extra + line + '\n';
this.current.extra = '';
}
} else if (line === '') { // 空行

@@ -59,0 +61,0 @@ this.pushLog(); // 保存最近解析到的log

@@ -34,2 +34,7 @@ 'use strict';

// 如果文件大小小于上次读取的地方,说明是一个新文件
if (stats.size < start) {
start = 0;
}
var readable = fs.createReadStream(filepath, {

@@ -105,3 +110,4 @@ start: start,

if (exports.logs.length < 1) {
callback(new Error("Not specific logdir in agentx config file"));
// no error log specificed, ignore
callback(null, null);
return;

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

{
"name": "agentx",
"version": "1.2.2",
"version": "1.2.3",
"description": "agentx is powered by alinode",

@@ -14,3 +14,3 @@ "scripts": {

"dependencies": {
"ws": "^0.7.2",
"ws": "^0.8.0",
"nounou": "1.0.1",

@@ -17,0 +17,0 @@ "debug": "*",

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