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.1.3 to 0.1.4

5

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

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

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

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

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

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

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

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

9

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

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

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

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

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

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

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

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

"dependencies": {
"@module-federation/runtime": "0.1.3",
"@module-federation/webpack-bundler-runtime": "0.1.3"
"@module-federation/runtime": "0.1.4",
"@module-federation/webpack-bundler-runtime": "0.1.4"
}
}

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