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.6.0 to 5.6.1

2

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

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

@@ -43,2 +43,3 @@ /*

InconsistentVendoring: string;
UnsupportedExternalFileGenerationSCM: string;
UnableToAccessPrivateDeps: string;

@@ -45,0 +46,0 @@ MissingRequirementFromPom: string;

@@ -45,2 +45,3 @@ /*

InconsistentVendoring: 'SNYK-OS-GO-0005',
UnsupportedExternalFileGenerationSCM: 'SNYK-OS-GO-0006',
UnableToAccessPrivateDeps: 'SNYK-OS-GO-0007',

@@ -47,0 +48,0 @@ MissingRequirementFromPom: 'SNYK-OS-MAVEN-0001',

@@ -349,2 +349,19 @@ /*

* @class
* @name UnsupportedExternalFileGenerationSCMError
* @description Snyk currently does not support external file generation in your project. This limitation is due to Snyk's lack of visibility into the third-party generator tools you may be using and the specific commands required to generate these files.
*
* Snyk can only work with the files available in your repository and does not have insight into the generation process for external files.
* @summary Unsupported external file generation
* @category OpenSourceEcosystems
* @param {string} details the specific details that causes this error
* @param {Classification} classification the error classification determining if the error is user-actionable or not
* @param {Record<string, any>} [additionalData] a collection of relevant data specific to this error
* @param {Error} [cause] the `Error` type that caused this error to be thrown
* @param {string} [instance] the instance to use for this error. Overrides 'instance' metadata
*/
export declare class UnsupportedExternalFileGenerationSCMError extends ProblemError {
constructor(details: string, additionalData?: Record<string, any>, cause?: Error, instance?: string);
}
/**
* @class
* @name UnableToAccessPrivateDepsError

@@ -351,0 +368,0 @@ * @description The Go tool encountered a `DepsError` while trying to download a private dependency. Private repositories that are not accessible to the public internet and are not available on the official Go proxy mirror are cloned with a version control system and built on demand.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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