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
385
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-20250715082703

5

dist/index.cjs.js

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

const RUNTIME_008 = 'RUNTIME-008';
const RUNTIME_009 = 'RUNTIME-009';
const TYPE_001 = 'TYPE-001';

@@ -51,3 +52,4 @@ const BUILD_001 = 'BUILD-001';

[RUNTIME_007]: 'Failed to get remote snapshot.',
[RUNTIME_008]: 'Failed to load script resources.'
[RUNTIME_008]: 'Failed to load script resources.',
[RUNTIME_009]: 'Please call createInstance first.'
};

@@ -73,2 +75,3 @@ const typeDescMap = {

exports.RUNTIME_008 = RUNTIME_008;
exports.RUNTIME_009 = RUNTIME_009;
exports.TYPE_001 = TYPE_001;

@@ -75,0 +78,0 @@ exports.buildDescMap = buildDescMap;

2

dist/src/desc.d.ts

@@ -10,2 +10,3 @@ export declare const runtimeDescMap: {

"RUNTIME-008": string;
"RUNTIME-009": string;
};

@@ -31,2 +32,3 @@ export declare const typeDescMap: {

"RUNTIME-008": string;
"RUNTIME-009": string;
};

@@ -9,4 +9,5 @@ export declare const RUNTIME_001 = "RUNTIME-001";

export declare const RUNTIME_008 = "RUNTIME-008";
export declare const RUNTIME_009 = "RUNTIME-009";
export declare const TYPE_001 = "TYPE-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-20250714115720",
"version": "0.0.0-next-20250715082703",
"license": "MIT",

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

Sorry, the diff of this file is not supported yet