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

@module-federation/sdk

Package Overview
Dependencies
Maintainers
8
Versions
612
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/sdk - npm Package Compare versions

Comparing version 0.0.0-next-20231219090402 to 0.0.0-next-20231219093413

__tests__/decodeName.spec.ts

21

package.json
{
"name": "@module-federation/sdk",
"version": "0.0.0-next-20231219090402",
"version": "0.0.0-next-20231219093413",
"license": "MIT",

@@ -15,17 +15,16 @@ "description": "A sdk for support module federation",

"sideEffects": false,
"main": "./index.cjs.js",
"module": "./index.esm.js",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
"types": "./dist/index.cjs.d.ts",
"exports": {
".": {
"module": "./index.esm.js",
"import": "./index.cjs.mjs",
"default": "./index.cjs.js"
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js",
"types": "./dist/index.cjs.d.ts"
},
"./normalize-webpack-path": {
"module": "./normalize-webpack-path.esm.js",
"import": "./normalize-webpack-path.cjs.mjs",
"default": "./normalize-webpack-path.cjs.js"
},
"./package.json": "./package.json"
"import": "./dist/normalize-webpack-path.esm.js",
"require": "./dist/normalize-webpack-path.cjs.js",
"types": "./dist/src/normalize-webpack-path.cjs.d.ts"
}
},

@@ -32,0 +31,0 @@ "typesVersions": {

Sorry, the diff of this file is too big to display

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