@module-federation/runtime
Advanced tools
Comparing version 0.0.0-feat-node-support-1702930274548 to 0.0.0-next-20231219093413
{ | ||
"name": "@module-federation/runtime", | ||
"version": "0.0.0-feat-node-support-1702930274548", | ||
"version": "0.0.0-next-20231219093413", | ||
"author": "zhouxiao <codingzx@gmail.com>", | ||
"main": "./index.cjs.js", | ||
"module": "./index.esm.js", | ||
"types": "./index.cjs.d.ts", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.esm.js", | ||
"types": "./dist/index.cjs.d.ts", | ||
"license": "MIT", | ||
@@ -14,9 +14,16 @@ "publishConfig": { | ||
".": { | ||
"import": "./index.esm.js", | ||
"require": "./index.cjs.js" | ||
"import": "./dist/index.esm.js", | ||
"require": "./dist/index.cjs.js", | ||
"types": "./dist/index.cjs.d.ts" | ||
}, | ||
"./helpers": { | ||
"import": "./helpers.esm.js", | ||
"require": "./helpers.cjs.js" | ||
"import": "./dist/helpers.esm.js", | ||
"require": "./dist/helpers.cjs.js", | ||
"types": "./dist/helpers.cjs.d.ts" | ||
}, | ||
"./types": { | ||
"import": "./dist/types.esm.js", | ||
"require": "./dist/types.cjs.js", | ||
"types": "./dist/types.cjs.d.ts" | ||
}, | ||
"./*": "./*" | ||
@@ -27,9 +34,9 @@ }, | ||
".": [ | ||
"./index.cjs.d.ts" | ||
"./dist/index.cjs.d.ts" | ||
], | ||
"helpers": [ | ||
"./helpers.cjs.d.ts" | ||
"./dist/helpers.cjs.d.ts" | ||
], | ||
"type": [ | ||
"./type.cjs.d.ts" | ||
"./dist/type.cjs.d.ts" | ||
] | ||
@@ -39,6 +46,4 @@ } | ||
"dependencies": { | ||
"@module-federation/sdk": "0.0.0-feat-node-support-1702930274548", | ||
"semver": "7.5.4" | ||
}, | ||
"peerDependencies": {} | ||
} | ||
"@module-federation/sdk": "0.0.0-next-20231219093413" | ||
} | ||
} |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance 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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
442396
1
128
11786
0
302
3
5
+ Added@module-federation/sdk@0.0.0-next-20231219093413(transitive)
- Removedsemver@7.5.4
- Removed@module-federation/sdk@0.0.0-feat-node-support-1702930274548(transitive)
- Removedlru-cache@6.0.0(transitive)
- Removedsemver@7.5.4(transitive)
- Removedyallist@4.0.0(transitive)