Huge News!Announcing our $40M Series B led by Abstract Ventures.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.10.1 to 1.10.2

16

lib/orders/list_core.js

@@ -185,6 +185,14 @@ 'use strict';

// /tmp/core_%e.%p
exports.coredir.push((path.parse(patt).dir));
var prefix = path.parse(patt).name.split('%')[0];
if (prefix !== coreFileNamePrefix[0]) {
coreFileNamePrefix.push(prefix);
var coredir_ = path.parse(patt).dir;
if (fs.existsSync(coredir_)) {
try {
fs.accessSync(coredir_, fs.R_OK);
exports.coredir.push(coredir_);
var prefix = path.parse(patt).name.split('%')[0];
if (prefix !== coreFileNamePrefix[0]) {
coreFileNamePrefix.push(prefix);
}
} catch (e) {
console.log(coredir_ + ' is unaccessible: ' + e.message);
}
}

@@ -191,0 +199,0 @@ }

{
"name": "agentx",
"version": "1.10.1",
"version": "1.10.2",
"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