🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@infomaximum/module-expander

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infomaximum/module-expander - npm Package Compare versions

Comparing version
3.0.0-7
to
3.0.0-8
+7
-0
CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [3.0.0-8](https://github.com/Infomaximum/module-expander/compare/v3.0.0-7...v3.0.0-8) (2025-04-29)
### Bug Fixes
* types ([917fc6c](https://github.com/Infomaximum/module-expander/commit/917fc6c5f1b6fbc49ca046b4296e0a23d433f30d))
## [3.0.0-7](https://github.com/Infomaximum/module-expander/compare/v3.0.0-6...v3.0.0-7) (2025-04-28)

@@ -7,0 +14,0 @@

+2
-2
type Route = {
key: string;
routes: Route[];
key?: string;
routes?: Route[];
childRoutesFilter?(...args: any[]): boolean;

@@ -5,0 +5,0 @@ };

{
"name": "@infomaximum/module-expander",
"version": "3.0.0-7",
"version": "3.0.0-8",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "module": "dist/index.esm.js",