Socket
Socket
Sign inDemoInstall

@contrast/config

Package Overview
Dependencies
Maintainers
17
Versions
57
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.5.0 to 1.5.1

49

lib/options.js

@@ -181,2 +181,21 @@ /*

{
name: 'agent.diagnostics.enable',
arg: '[false]',
default: true,
fn: castBoolean,
desc: 'If true the agent will try to create both diagnostic files at startup',
},
{
name: 'agent.diagnostics.quiet',
arg: '[true]',
default: false,
fn: castBoolean,
desc: 'If true the agent will print all diagnostic results to stdout as well',
},
{
name: 'agent.diagnostics.report_path',
arg: '<path>',
desc: 'path indicating where to report all diagnostics results',
},
{
name: 'agent.reporters.file',

@@ -311,2 +330,17 @@ arg: '<path>',

{
name: 'agent.node.library_usage.reporting.interval',
arg: '<num>',
fn: parseNum,
default: 1,
desc: 'frequency of collecting code events for library usage in milliseconds, defaults to 1 ms',
},
{
name: 'agent.node.library_usage.reporting.enable',
arg: '[false]',
// setting this falsee for now, until feature is complete
default: true,
fn: castBoolean,
desc: 'add enhanced library usage features (i.e. scanning for composition of dependencies, reporting usage)',
},
{
name: 'agent.stack_trace_limit',

@@ -404,2 +438,17 @@ arg: '<limit>',

},
{
name: 'assess.stactraces',
arg: '<level>',
default: 'ALL',
fn: uppercase,
enum: ['ALL', 'SOME', 'NONE'],
desc: 'Select the level of collected stacktraces. ALL - for all asses events, SOME - for Source and Sink events, NONE - no stacktraces collected'
},
{
name: 'assess.max_propagation_events',
arg: '<limit>',
default: 250,
fn: parseNum,
desc: 'set limit for maximum number of propagation events created per request',
},
];

@@ -406,0 +455,0 @@

6

package.json
{
"name": "@contrast/config",
"version": "1.5.0",
"version": "1.5.1",
"description": "An API for discovering Contrast agent configuration data",

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

"dependencies": {
"@contrast/common": "1.3.0",
"@contrast/common": "1.3.1",
"yaml": "^2.0.1"
}
}
}
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