@contrast/config
Advanced tools
Comparing version 1.19.0 to 1.20.0
@@ -78,2 +78,4 @@ /* | ||
// application settings | ||
'assess.enable': (remoteData) => remoteData.assess?.enable, | ||
'protect.enable': (remoteData) => remoteData.protect?.enable, | ||
'protect.rules.cmd-injection.mode': protectModeReader(CMD_INJECTION), | ||
@@ -80,0 +82,0 @@ 'protect.rules.cmd-injection-command-backdoors.mode': protectModeReader(CMD_INJECTION_COMMAND_BACKDOORS), |
@@ -18,4 +18,4 @@ /* | ||
const { ConfigSource } = require('./common'); | ||
const Config = require('./config'); | ||
const { ConfigSource } = require('./common'); | ||
@@ -22,0 +22,0 @@ module.exports = function (core = {}) { |
{ | ||
"name": "@contrast/config", | ||
"version": "1.19.0", | ||
"version": "1.20.0", | ||
"description": "An API for discovering Contrast agent configuration data", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42600
1175