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

@module-federation/runtime

Package Overview
Dependencies
Maintainers
8
Versions
683
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/runtime - npm Package Compare versions

Comparing version 0.0.0-feat-node-support-1702930274548 to 0.0.0-next-20231219093413

__tests__/__snapshots__/preload-remote.spec.ts.snap

37

package.json
{
"name": "@module-federation/runtime",
"version": "0.0.0-feat-node-support-1702930274548",
"version": "0.0.0-next-20231219093413",
"author": "zhouxiao <codingzx@gmail.com>",
"main": "./index.cjs.js",
"module": "./index.esm.js",
"types": "./index.cjs.d.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.esm.js",
"types": "./dist/index.cjs.d.ts",
"license": "MIT",

@@ -14,9 +14,16 @@ "publishConfig": {

".": {
"import": "./index.esm.js",
"require": "./index.cjs.js"
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js",
"types": "./dist/index.cjs.d.ts"
},
"./helpers": {
"import": "./helpers.esm.js",
"require": "./helpers.cjs.js"
"import": "./dist/helpers.esm.js",
"require": "./dist/helpers.cjs.js",
"types": "./dist/helpers.cjs.d.ts"
},
"./types": {
"import": "./dist/types.esm.js",
"require": "./dist/types.cjs.js",
"types": "./dist/types.cjs.d.ts"
},
"./*": "./*"

@@ -27,9 +34,9 @@ },

".": [
"./index.cjs.d.ts"
"./dist/index.cjs.d.ts"
],
"helpers": [
"./helpers.cjs.d.ts"
"./dist/helpers.cjs.d.ts"
],
"type": [
"./type.cjs.d.ts"
"./dist/type.cjs.d.ts"
]

@@ -39,6 +46,4 @@ }

"dependencies": {
"@module-federation/sdk": "0.0.0-feat-node-support-1702930274548",
"semver": "7.5.4"
},
"peerDependencies": {}
}
"@module-federation/sdk": "0.0.0-next-20231219093413"
}
}
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