@module-federation/webpack-bundler-runtime
Advanced tools
Comparing version 0.0.0-next-20240827062238 to 0.0.0-next-20240829065118
{ | ||
"public": true, | ||
"name": "@module-federation/webpack-bundler-runtime", | ||
"version": "0.5.2", | ||
"version": "0.6.0", | ||
"license": "MIT", | ||
@@ -39,2 +39,6 @@ "description": "Module Federation Runtime for webpack", | ||
}, | ||
"./vendor": { | ||
"import": "./dist/vendored.esm.js", | ||
"require": "./dist/vendored.cjs.js" | ||
}, | ||
"./*": "./*" | ||
@@ -53,4 +57,6 @@ }, | ||
"devDependencies": { | ||
"@module-federation/runtime": "workspace:*" | ||
"@module-federation/runtime": "workspace:*", | ||
"@rollup/plugin-swc": "^0.3.1", | ||
"rollup-plugin-cleanup": "^3.2.1" | ||
} | ||
} |
{ | ||
"public": true, | ||
"name": "@module-federation/webpack-bundler-runtime", | ||
"version": "0.0.0-next-20240827062238", | ||
"version": "0.0.0-next-20240829065118", | ||
"license": "MIT", | ||
@@ -23,4 +23,4 @@ "description": "Module Federation Runtime for webpack", | ||
"dependencies": { | ||
"@module-federation/runtime": "0.0.0-next-20240827062238", | ||
"@module-federation/sdk": "0.0.0-next-20240827062238" | ||
"@module-federation/runtime": "0.0.0-next-20240829065118", | ||
"@module-federation/sdk": "0.0.0-next-20240829065118" | ||
}, | ||
@@ -40,2 +40,6 @@ "exports": { | ||
}, | ||
"./vendor": { | ||
"import": "./dist/vendored.esm.js", | ||
"require": "./dist/vendored.cjs.js" | ||
}, | ||
"./*": "./*" | ||
@@ -54,4 +58,6 @@ }, | ||
"devDependencies": { | ||
"@module-federation/runtime": "0.0.0-next-20240827062238" | ||
"@rollup/plugin-swc": "^0.3.1", | ||
"rollup-plugin-cleanup": "^3.2.1", | ||
"@module-federation/runtime": "0.0.0-next-20240829065118" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
566279
27
13365
3
10
39
+ Added@module-federation/runtime@0.0.0-next-20240829065118(transitive)
+ Added@module-federation/sdk@0.0.0-next-20240829065118(transitive)
- Removed@module-federation/runtime@0.0.0-next-20240827062238(transitive)
- Removed@module-federation/sdk@0.0.0-next-20240827062238(transitive)