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.19.0 to 1.20.0

2

lib/common.js

@@ -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),

2

lib/index.js

@@ -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",

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