🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@adminide-stack/core

Package Overview
Dependencies
Maintainers
1
Versions
1436
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adminide-stack/core - npm Package Compare versions

Comparing version
0.0.16-155
to
0.0.16-161
+5
lib/interfaces/nav-items.d.ts
export interface INavItem {
to: string;
content: string;
base: boolean;
}
import { IMenuPosition } from '@common-stack/client-react';
export interface IPageStore {
key: string;
tab?: string;
path: string;
exact?: boolean;
name?: string;
/**
* When `exact: false` we may not have an component
*/
component?: any;
position?: IMenuPosition;
}
export * from './utils';
export declare const getFilteredMenus: (pageStore: any, selectedMenu: any) => any;
export declare const getFilteredRoutes: (pageStore: any, selectedRoutes: any) => any;
export declare const getFilteredTabs: (pageStore: any, selectedTabs: any) => any;
+8
-0

@@ -6,2 +6,10 @@ # Change Log

## [0.0.16-161](https://github.com/cdmbase/adminIde-stack/compare/v0.0.16-160...v0.0.16-161) (2020-01-04)
**Note:** Version bump only for package @adminide-stack/core
## [0.0.16-155](https://github.com/cdmbase/adminIde-stack/compare/v0.0.16-154...v0.0.16-155) (2019-12-30)

@@ -8,0 +16,0 @@

+1
-0
export * from './constants';
export * from './interfaces';
export * from './context';
export * from './utils';
export * from './enum';
export * from './common';
export * from './generated';
export * from './nav-items';
export * from './page-store';
+2
-2
{
"name": "@adminide-stack/core",
"version": "0.0.16-155",
"version": "0.0.16-161",
"description": "AdminIDE core for higher packages to depend on",

@@ -46,3 +46,3 @@ "main": "lib/index.js",

},
"gitHead": "1589e3dc93d704ac59e783e3a5c635afb07ca955"
"gitHead": "c5f8ff3c4f5709b54666c7314e3d4899cabec2c7"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display