Socket
Socket
Sign inDemoInstall

@contrast/config

Package Overview
Dependencies
Maintainers
9
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrast/config - npm Package Compare versions

Comparing version 1.27.1 to 1.28.0

2

lib/config.js

@@ -95,3 +95,3 @@ /*

if (env.pm2_env?.includes?.(CONTRAST_PREFIX)) {
if (env.pm2_env?.includes(CONTRAST_PREFIX)) {
let parsedEnv;

@@ -98,0 +98,0 @@

@@ -111,9 +111,2 @@ /*

effective_config: {
reporting: {
/** Default: `true` */
enable: boolean;
};
};
polling: {

@@ -120,0 +113,0 @@ /** Default: `30000` */

@@ -216,10 +216,2 @@ /*

},
// agent.effective_config
{
name: 'agent.effective_config.reporting.enable',
arg: '[false]',
default: true,
fn: castBoolean,
desc: 'Defaults to `true`. Controls whether configuration setting reports are sent to the Contrast web interface.',
},
// agent.heap_dump

@@ -226,0 +218,0 @@ {

{
"name": "@contrast/config",
"version": "1.27.1",
"version": "1.28.0",
"description": "An API for discovering Contrast agent configuration data",

@@ -20,5 +20,5 @@ "license": "SEE LICENSE IN LICENSE",

"dependencies": {
"@contrast/common": "1.20.1",
"@contrast/common": "1.21.0",
"yaml": "^2.2.2"
}
}
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