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.1.5 to 1.2.0

7

lib/options.js

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

},
{
name: 'protect.probe_analysis.enable',
arg: '[false]',
default: true,
fn: castBoolean,
desc: 'turns on probe analysis and report them to Contrast UI'
},
...Object.values(Rule).map((ruleId) => ({

@@ -310,0 +317,0 @@ name: `protect.rules.${ruleId}.mode`,

4

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

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

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