Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@module-federation/error-codes

Package Overview
Dependencies
Maintainers
6
Versions
97
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 0.0.0-next-20241230034757 to 0.0.0-next-20241230085648

8

dist/index.cjs.js

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

const TYPE_001 = 'TYPE-001';
const BUILD_001 = 'BUILD-001';

@@ -54,4 +55,8 @@ const getDocsUrl = (errorCode)=>{

};
const errorDescMap = _extends({}, runtimeDescMap, typeDescMap);
const buildDescMap = {
[BUILD_001]: 'Failed to find expose module.'
};
const errorDescMap = _extends({}, runtimeDescMap, typeDescMap, buildDescMap);
exports.BUILD_001 = BUILD_001;
exports.RUNTIME_001 = RUNTIME_001;

@@ -66,2 +71,3 @@ exports.RUNTIME_002 = RUNTIME_002;

exports.TYPE_001 = TYPE_001;
exports.buildDescMap = buildDescMap;
exports.errorDescMap = errorDescMap;

@@ -68,0 +74,0 @@ exports.getShortErrorMsg = getShortErrorMsg;

@@ -14,3 +14,7 @@ export declare const runtimeDescMap: {

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

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

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

export declare const TYPE_001 = "TYPE-001";
export declare const BUILD_001 = "BUILD-001";

2

dist/src/index.d.ts
export * from './error-codes';
export { getShortErrorMsg } from './getShortErrorMsg';
export { runtimeDescMap, typeDescMap, errorDescMap } from './desc';
export { runtimeDescMap, typeDescMap, errorDescMap, buildDescMap, } from './desc';

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

"sideEffects": false,
"version": "0.0.0-next-20241230034757",
"version": "0.0.0-next-20241230085648",
"license": "MIT",

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

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