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
56
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.6.14 to 0.7.0

dist/index.esm.mjs

4

dist/index.cjs.js

@@ -18,3 +18,5 @@ 'use strict';

const msg = [
errorDescMap[errorCode]
`${[
errorDescMap[errorCode]
]} #${errorCode}`
];

@@ -21,0 +23,0 @@ args && msg.push(`args: ${JSON.stringify(args)}`);

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

"sideEffects": false,
"version": "0.6.14",
"version": "0.7.0",
"license": "MIT",

@@ -26,3 +26,3 @@ "keywords": [

".": {
"import": "./dist/index.esm.js",
"import": "./dist/index.esm.mjs",
"require": "./dist/index.cjs.js"

@@ -29,0 +29,0 @@ }

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

"sideEffects": false,
"version": "0.6.14",
"version": "0.7.0",
"license": "MIT",

@@ -22,7 +22,7 @@ "keywords": [

"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
"module": "./dist/index.esm.mjs",
"types": "./dist/index.cjs.d.ts",
"exports": {
".": {
"import": "./dist/index.esm.js",
"import": "./dist/index.esm.mjs",
"require": "./dist/index.cjs.js"

@@ -29,0 +29,0 @@ }

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