@gioboa/vite-module-federation
Advanced tools
Comparing version 0.0.0 to 0.1.0
{ | ||
"name": "@gioboa/vite-module-federation", | ||
"version": "0.0.0", | ||
"description": "Vite/Rollup plugin for Module Federation", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/gioboa/vite-module-federation.git" | ||
}, | ||
"keywords": [ | ||
"vite", | ||
"module", | ||
"federation", | ||
"microfrontend" | ||
], | ||
"author": { | ||
"name": "Giorgio Boa", | ||
"email": "giorgiob.boa@gmail.com", | ||
"url": "https://github.com/gioboa" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/gioboa/vite-module-federation/issues" | ||
}, | ||
"homepage": "https://github.com/gioboa/vite-module-federation#readme" | ||
"name": "@gioboa/vite-module-federation", | ||
"version": "0.1.0", | ||
"description": "Vite/Rollup plugin for Module Federation", | ||
"type": "module", | ||
"source": "src/index.ts", | ||
"main": "./lib/index.cjs", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"lib/**/*" | ||
], | ||
"scripts": { | ||
"prepare": "husky install", | ||
"format": "pretty-quick", | ||
"dev": "microbundle watch", | ||
"build": "rm -rf lib && microbundle --no-sourcemap" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/gioboa/vite-module-federation.git" | ||
}, | ||
"keywords": [ | ||
"vite", | ||
"module federation", | ||
"microfrontend" | ||
], | ||
"author": { | ||
"name": "Giorgio Boa", | ||
"email": "giorgiob.boa@gmail.com", | ||
"url": "https://github.com/gioboa" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/gioboa/vite-module-federation/issues" | ||
}, | ||
"homepage": "https://github.com/gioboa/vite-module-federation#readme", | ||
"peerDependencies": { | ||
"@softarc/native-federation": "^0.9.2-beta.7" | ||
}, | ||
"devDependencies": { | ||
"husky": "^8.0.0", | ||
"microbundle": "^0.15.1", | ||
"pretty-quick": "^3.1.3" | ||
} | ||
} |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
8832
8
20
1
92
0
Yes
1
3
3
4