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

@module-federation/runtime-tools

Package Overview
Dependencies
Maintainers
6
Versions
639
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/runtime-tools - npm Package Compare versions

Comparing version 0.0.0-next-20241230025944 to 0.0.0-next-20241230030326

dist/runtime-core.cjs.d.ts

14

package.json
{
"name": "@module-federation/runtime-tools",
"version": "0.0.0-next-20241230025944",
"version": "0.0.0-next-20241230030326",
"author": "zhanghang <hanric.zhang@gmail.com>",

@@ -28,2 +28,7 @@ "main": "./dist/index.cjs",

},
"./runtime-core": {
"types": "./dist/runtime-core.cjs.d.ts",
"import": "./dist/runtime-core.esm.mjs",
"require": "./dist/runtime-core.cjs.js"
},
"./webpack-bundler-runtime": {

@@ -46,2 +51,5 @@ "types": "./dist/webpack-bundler-runtime.cjs.d.ts",

"./dist/webpack-bundler-runtime.cjs.d.ts"
],
"runtime-core": [
"./dist/runtime-core.cjs.d.ts"
]

@@ -51,5 +59,5 @@ }

"dependencies": {
"@module-federation/runtime": "0.0.0-next-20241230025944",
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20241230025944"
"@module-federation/runtime": "0.0.0-next-20241230030326",
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20241230030326"
}
}

@@ -7,2 +7,3 @@ module.exports = (rollupConfig) => {

'packages/runtime-tools/src/webpack-bundler-runtime.ts',
'runtime-core': 'packages/runtime-tools/src/runtime-core.ts',
};

@@ -9,0 +10,0 @@

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