You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@module-federation/error-codes

Package Overview
Dependencies
Maintainers
7
Versions
399
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.0.0-next-20250701070959

5

dist/index.cjs.js

@@ -13,2 +13,3 @@ 'use strict';

const BUILD_001 = 'BUILD-001';
const BUILD_002 = 'BUILD-002';

@@ -56,3 +57,4 @@ const getDocsUrl = (errorCode)=>{

const buildDescMap = {
[BUILD_001]: 'Failed to find expose module.'
[BUILD_001]: 'Failed to find expose module.',
[BUILD_002]: 'PublicPath is required in prod mode.'
};

@@ -62,2 +64,3 @@ const errorDescMap = _extends({}, runtimeDescMap, typeDescMap, buildDescMap);

exports.BUILD_001 = BUILD_001;
exports.BUILD_002 = BUILD_002;
exports.RUNTIME_001 = RUNTIME_001;

@@ -64,0 +67,0 @@ exports.RUNTIME_002 = RUNTIME_002;

2

dist/src/desc.d.ts

@@ -16,5 +16,7 @@ export declare const runtimeDescMap: {

"BUILD-001": string;
"BUILD-002": string;
};
export declare const errorDescMap: {
"BUILD-001": string;
"BUILD-002": string;
"TYPE-001": string;

@@ -21,0 +23,0 @@ "RUNTIME-001": string;

@@ -11,1 +11,2 @@ export declare const RUNTIME_001 = "RUNTIME-001";

export declare const BUILD_001 = "BUILD-001";
export declare const BUILD_002 = "BUILD-002";

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

"sideEffects": false,
"version": "0.0.0-next-20250630125121",
"version": "0.0.0-next-20250701070959",
"license": "MIT",

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

Sorry, the diff of this file is not supported yet