🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@module-federation/error-codes

Package Overview
Dependencies
Maintainers
7
Versions
314
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/error-codes - npm Package Compare versions

Comparing version

to
0.12.0

4

dist/index.cjs.js

@@ -16,3 +16,3 @@ 'use strict';

const type = errorCode.split('-')[0].toLowerCase();
return `https://module-federation.io/guide/troubleshooting/${type}/${errorCode}`;
return `View the docs to see how tow solve: https://module-federation.io/guide/troubleshooting/${type}/${errorCode}`;
};

@@ -53,3 +53,3 @@ const getShortErrorMsg = (errorCode, errorDescMap, args, originalErrorMsg)=>{

const typeDescMap = {
[TYPE_001]: 'Failed to generate type declaration.'
[TYPE_001]: 'Failed to generate type declaration. Execute the below cmd to reproduce and fix the error.'
};

@@ -56,0 +56,0 @@ const buildDescMap = {

@@ -7,3 +7,3 @@ {

"sideEffects": false,
"version": "0.11.4",
"version": "0.12.0",
"license": "MIT",

@@ -10,0 +10,0 @@ "repository": {

Sorry, the diff of this file is not supported yet