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

@contrast/config

Package Overview
Dependencies
Maintainers
9
Versions
58
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.18.1 to 1.19.0

33

lib/options.js

@@ -217,2 +217,35 @@ /*

},
// agent.heap_dump
{
name: 'agent.heap_dump.enable',
arg: '[true]',
fn: castBoolean,
default: false,
desc: 'Set to \'true\' for the agent to automatically take heap dumps of the instrumented application.',
},
{
name: 'agent.heap_dump.path',
arg: '<path>',
default: 'contrast_heap_dumps',
desc: "Set the location to which to save the heap dump files. If relative, the path is determined based on the process' working directory.",
},
{
name: 'agent.heap_dump.delay_ms',
arg: '<time>',
default: 10000,
desc: 'Set the amount of time to wait, in milliseconds, after agent startup to begin taking heap dumps.',
},
{
name: 'agent.heap_dump.window_ms',
arg: '<number>',
default: 10000,
desc: 'Set the amount of time to wait, in milliseconds, between each heap dump.',
},
{
name: 'agent.heap_dump.count',
arg: '<number>',
default: 5,
desc: 'Set the number of heap dumps to take before disabling this feature.',
},
// agent.polling

@@ -219,0 +252,0 @@ {

2

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

@@ -5,0 +5,0 @@ "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