Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@contrast/config

Package Overview
Dependencies
Maintainers
14
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.16.0 to 1.17.0

2

lib/options.js

@@ -273,3 +273,3 @@ /*

enum: ['error', 'warn', 'info', 'debug', 'trace'],
// default: 'info', this has no default at the config level but is instead handled by `logger-factory`.
// default: 'info', // this has no default at the config level but is instead handled by `@contrast/logger` to account for TS settings.
fn: lowercase,

@@ -276,0 +276,0 @@ desc: 'Set the the log output level. Valid options are `ERROR`, `WARN`, `INFO`, `DEBUG`, and `TRACE`.',

@@ -137,3 +137,3 @@ /*

try {
fileContents = fs.readFileSync(configPath, 'utf-8');
fileContents = fs.readFileSync(configPath).toString('utf-8');
} catch (e) {

@@ -289,2 +289,2 @@ console.error(

// We want to use the set method used here for creating a correct mock object for tests
util.setValue = set;
util.setConfig = setConfig;
{
"name": "@contrast/config",
"version": "1.16.0",
"version": "1.17.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