Socket
Socket
Sign inDemoInstall

@contrast/config

Package Overview
Dependencies
Maintainers
9
Versions
56
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.23.0 to 1.23.1

11

lib/index.d.ts

@@ -268,2 +268,12 @@ /*

/**
* How to report the application's group for auto-grouping
*/
group: string | null;
/**
* Comma-separated list of key=value pairs that are applied to each application reported by the agent.
*/
metadata: string | null;
/**
* Provide metadata used to create a new session within Contrast UI.

@@ -273,2 +283,3 @@ * Default: `null`

session_metadata: string | null;
};

@@ -275,0 +286,0 @@

@@ -579,2 +579,12 @@ /*

},
{
name: 'application.group',
arg: '<tags>',
desc: "how to report the application's group for auto-grouping",
},
{
name: 'application.metadata',
args: '<metadata>',
desc: 'comma-separated list of key=value pairs that are applied to each application reported by the agent.',
},
// server

@@ -581,0 +591,0 @@ {

4

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

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

"dependencies": {
"@contrast/common": "1.16.0",
"@contrast/common": "1.16.1",
"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