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

@gioboa/vite-module-federation

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gioboa/vite-module-federation - npm Package Compare versions

Comparing version 0.0.0 to 0.1.0

lib/index.cjs

70

package.json
{
"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"
}
}
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