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
8
Versions
84
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-20241212120314 to 0.0.0-next-20241212123451

5

dist/index.cjs.js

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

const RUNTIME_007 = 'RUNTIME-007';
const RUNTIME_008 = 'RUNTIME-008';
const TYPE_001 = 'TYPE-001';

@@ -47,3 +48,4 @@

[RUNTIME_006]: 'Invalid loadShareSync function call from runtime',
[RUNTIME_007]: 'Failed to get remote snapshot.'
[RUNTIME_007]: 'Failed to get remote snapshot.',
[RUNTIME_008]: 'Failed to load script resources.'
};

@@ -62,2 +64,3 @@ const typeDescMap = {

exports.RUNTIME_007 = RUNTIME_007;
exports.RUNTIME_008 = RUNTIME_008;
exports.TYPE_001 = TYPE_001;

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

2

dist/src/desc.d.ts

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

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

@@ -23,2 +24,3 @@ export declare const typeDescMap: {

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

@@ -8,2 +8,3 @@ export declare const RUNTIME_001 = "RUNTIME-001";

export declare const RUNTIME_007 = "RUNTIME-007";
export declare const RUNTIME_008 = "RUNTIME-008";
export declare const TYPE_001 = "TYPE-001";

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

"sideEffects": false,
"version": "0.0.0-next-20241212120314",
"version": "0.0.0-next-20241212123451",
"license": "MIT",

@@ -10,0 +10,0 @@ "keywords": [

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