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.3.3 to 1.4.0

19

lib/options.js

@@ -393,2 +393,11 @@ /*

const assess = [
{
name: 'assess.enable',
arg: '[false]',
fn: castBoolean,
desc: 'if false, disable assess for this agent'
},
];
const server = [

@@ -421,3 +430,11 @@ {

const options = [].concat(config, api, agent, application, protect, server);
const options = [].concat(
config,
api,
agent,
application,
protect,
assess,
server
);

@@ -424,0 +441,0 @@ module.exports.configOptions = options;

@@ -70,2 +70,3 @@ /*

},
assess: {},
server: {},

@@ -72,0 +73,0 @@ });

6

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

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

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