Socket
Socket
Sign inDemoInstall

@contrast/agentify

Package Overview
Dependencies
Maintainers
17
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrast/agentify - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

10

lib/index.js

@@ -140,8 +140,14 @@ /*

logDiagnosticFiles() {
const { config, getEffectiveConfig, getSystemInfo } = this.core;
const { agentName, agentVersion, config, getEffectiveConfig, getSystemInfo } = this.core;
if (config.agent.diagnostics.enable !== false) {
const effectiveConfig = JSON.stringify(getEffectiveConfig(), null, 2).concat('\n\n');
const systemInfo = JSON.stringify(getSystemInfo(), null, 2).concat('\n\n');
let systemInfo = getSystemInfo();
systemInfo.Contrast.Agent = {
Name: agentName,
Version: agentVersion,
};
systemInfo = JSON.stringify(systemInfo, null, 2).concat('\n\n');
if (!config.agent.diagnostics.quiet) {

@@ -148,0 +154,0 @@ fs.writeFileSync(1, effectiveConfig, 'utf8');

4

package.json
{
"name": "@contrast/agentify",
"version": "1.4.0",
"version": "1.4.1",
"description": "Configures Contrast agent services and instrumentation within an application",

@@ -19,2 +19,2 @@ "license": "SEE LICENSE IN LICENSE",

}
}
}
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