Socket
Socket
Sign inDemoInstall

@contrast/config

Package Overview
Dependencies
Maintainers
9
Versions
55
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.28.1 to 1.28.2

7

lib/config.js

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

this._validate();
// report all the errors found during initialization.
if (this._errors.length) {
const errors = this._errors.map((e, ix) => `${ix + 1}) ${e.message}`).join('; ');
throw new Error(`Errors found in configuration ${errors}`);
}
core.messages?.on?.(Event.SERVER_SETTINGS_UPDATE, (msg) => {

@@ -75,0 +82,0 @@ if (!this._status) this._status = 'Success';

4

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

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

"dependencies": {
"@contrast/common": "1.21.1",
"@contrast/common": "1.21.2",
"yaml": "^2.2.2"
}
}
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