Socket
Socket
Sign inDemoInstall

@snyk/error-catalog-nodejs-public

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snyk/error-catalog-nodejs-public - npm Package Compare versions

Comparing version 5.30.0 to 5.30.1

2

package.json
{
"name": "@snyk/error-catalog-nodejs-public",
"version": "5.30.0",
"version": "5.30.1",
"type": "commonjs",

@@ -5,0 +5,0 @@ "author": "snyk.io",

@@ -21,2 +21,5 @@ /*

* @description The specified environment cannot be used. As a result, the configuration remains unchanged.Provide the correct specifications for the environment and try again.
*
* See more:
* - [https://docs.snyk.io/snyk-cli/commands/config-environment](https://docs.snyk.io/snyk-cli/commands/config-environment)
* @summary Unable to set environment

@@ -36,6 +39,9 @@ * @category CLI

* @name ConfigEnvironmentConsistencyIssueError
* @description There are different ways of configuring the CLI, for example via Environment Variables or configuration file.
* @description You can configure the CLI in different ways, for example via Environment Variables or configuration file.
* If one parameter is configured multiple times, it is probably unintentional and might cause unexpected behaviour.
* Review configured environment variables and ensure that everything is intentional. If so, you can skip this check by using --no-check.
* @summary Possible inconsistent configuration detected
*
* See more:
* - [https://docs.snyk.io/snyk-cli/commands/config-environment](https://docs.snyk.io/snyk-cli/commands/config-environment)
* @summary Possible inconsistent configuration
* @category CLI

@@ -42,0 +48,0 @@ * @param {string} details the specific details that causes this error

@@ -25,2 +25,5 @@ /*

* @description The specified environment cannot be used. As a result, the configuration remains unchanged.Provide the correct specifications for the environment and try again.
*
* See more:
* - [https://docs.snyk.io/snyk-cli/commands/config-environment](https://docs.snyk.io/snyk-cli/commands/config-environment)
* @summary Unable to set environment

@@ -44,3 +47,5 @@ * @category CLI

instance,
}, details, Object.assign({ links: [] }, additionalData), cause, logs);
}, details, Object.assign({ links: [
'https://docs.snyk.io/snyk-cli/commands/config-environment',
] }, additionalData), cause, logs);
this.name = this.constructor.name;

@@ -53,6 +58,9 @@ }

* @name ConfigEnvironmentConsistencyIssueError
* @description There are different ways of configuring the CLI, for example via Environment Variables or configuration file.
* @description You can configure the CLI in different ways, for example via Environment Variables or configuration file.
* If one parameter is configured multiple times, it is probably unintentional and might cause unexpected behaviour.
* Review configured environment variables and ensure that everything is intentional. If so, you can skip this check by using --no-check.
* @summary Possible inconsistent configuration detected
*
* See more:
* - [https://docs.snyk.io/snyk-cli/commands/config-environment](https://docs.snyk.io/snyk-cli/commands/config-environment)
* @summary Possible inconsistent configuration
* @category CLI

@@ -68,3 +76,3 @@ * @param {string} details the specific details that causes this error

super({
title: 'Possible inconsistent configuration detected',
title: 'Possible inconsistent configuration',
type: 'https://docs.snyk.io/scan-with-snyk/error-catalog#snyk-cli-0002',

@@ -76,3 +84,5 @@ status: 200,

instance,
}, details, Object.assign({ links: [] }, additionalData), cause, logs);
}, details, Object.assign({ links: [
'https://docs.snyk.io/snyk-cli/commands/config-environment',
] }, additionalData), cause, logs);
this.name = this.constructor.name;

@@ -79,0 +89,0 @@ }

Sorry, the diff of this file is not supported yet

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