New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

reactmos

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactmos - npm Package Compare versions

Comparing version
0.6.0
to
0.6.1
+2
-3
package.json
{
"name": "reactmos",
"version": "0.6.0",
"version": "0.6.1",
"author": "Igor Jacaúna <igor.jacauna@gmail.com>",

@@ -29,3 +29,2 @@ "repository": {

"react-dom": "^19.0.0",
"react-router": "^7.2.0",
"react-router-dom": "^7.2.0"

@@ -45,4 +44,4 @@ },

"vite": "^6.2.0",
"@reactmos/cli": "0.10.0"
"@reactmos/cli": "0.10.1"
}
}

@@ -113,8 +113,1 @@ # Reactmos (REACT MOduleS)

3. **`getExtras(moduleName)`** - Returns extra configuration in module configs
## Roadmap
- [x] Support for extending routes/pages
- [x] Support for extending the `public` directory
- [x] Share custom configs with other modules
- [ ] Additional extension capabilities?