New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@module-federation/runtime-tools

Package Overview
Dependencies
Maintainers
8
Versions
672
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-20240411081414 to 0.0.0-next-20240411115459

3

dist/package.json

@@ -14,3 +14,2 @@ {

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

@@ -20,3 +19,2 @@ "require": "./dist/index.cjs.js"

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

@@ -26,3 +24,2 @@ "require": "./dist/runtime.cjs.js"

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

@@ -29,0 +26,0 @@ "require": "./dist/webpack-bundler-runtime.cjs.js"

9

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

@@ -14,3 +14,2 @@ "main": "./dist/index.cjs",

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

@@ -20,3 +19,2 @@ "require": "./dist/index.cjs.js"

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

@@ -26,3 +24,2 @@ "require": "./dist/runtime.cjs.js"

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

@@ -47,5 +44,5 @@ "require": "./dist/webpack-bundler-runtime.cjs.js"

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

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