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
8
Versions
562
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-20241105130705 to 0.0.0-next-20241105211652

dist/index.esm.js

8

dist/package.json
{
"name": "@module-federation/runtime-tools",
"version": "0.7.0",
"version": "0.6.16",
"author": "zhanghang <hanric.zhang@gmail.com>",

@@ -15,3 +15,3 @@ "main": "./index.cjs.js",

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

@@ -21,3 +21,3 @@ },

"types": "./dist/runtime.cjs.d.ts",
"import": "./dist/runtime.esm.mjs",
"import": "./dist/runtime.esm.js",
"require": "./dist/runtime.cjs.js"

@@ -27,3 +27,3 @@ },

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

@@ -30,0 +30,0 @@ },

{
"name": "@module-federation/runtime-tools",
"version": "0.0.0-next-20241105130705",
"version": "0.0.0-next-20241105211652",
"author": "zhanghang <hanric.zhang@gmail.com>",
"main": "./dist/index.cjs",
"module": "./dist/index.esm.mjs",
"module": "./dist/index.esm.js",
"types": "./dist/index.cjs.d.ts",

@@ -15,3 +15,3 @@ "license": "MIT",

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

@@ -21,3 +21,3 @@ },

"types": "./dist/runtime.cjs.d.ts",
"import": "./dist/runtime.esm.mjs",
"import": "./dist/runtime.esm.js",
"require": "./dist/runtime.cjs.js"

@@ -27,3 +27,3 @@ },

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

@@ -47,5 +47,5 @@ },

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

@@ -14,10 +14,2 @@ module.exports = (rollupConfig) => {

hoistTransitiveImports: false,
entryFileNames:
c.format === 'esm'
? c.entryFileNames.replace('.js', '.mjs')
: c.entryFileNames,
chunkFileNames:
c.format === 'esm'
? c.chunkFileNames.replace('.js', '.mjs')
: c.chunkFileNames,
}));

@@ -28,10 +20,2 @@ } else {

hoistTransitiveImports: false,
entryFileNames:
rollupConfig.output.format === 'esm'
? rollupConfig.output.entryFileNames.replace('.js', '.mjs')
: rollupConfig.output.entryFileNames,
chunkFileNames:
rollupConfig.output.format === 'esm'
? rollupConfig.output.chunkFileNames.replace('.js', '.mjs')
: rollupConfig.output.chunkFileNames,
};

@@ -38,0 +22,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