Socket
Socket
Sign inDemoInstall

@common-stack/client-core

Package Overview
Dependencies
Maintainers
1
Versions
258
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@common-stack/client-core - npm Package Compare versions

Comparing version 0.0.14-27 to 0.0.14-28

2

lib/connector/abstract-connector.d.ts

@@ -25,3 +25,3 @@ import { IFeature, FeatureParams } from '../interfaces';

readonly abstract routes: any;
readonly abstract configuredRoutes: any;
abstract getConfiguredRoutes(routeSearch?: string): any;
readonly abstract navItems: any;

@@ -28,0 +28,0 @@ readonly abstract navItemsRight: any;

@@ -46,3 +46,3 @@ export interface ClientStateParams {

readonly routes: any;
readonly configuredRoutes: any;
readonly getConfiguredRoutes: any;
readonly navItems: any;

@@ -49,0 +49,0 @@ readonly navItemsRight: any;

{
"name": "@common-stack/client-core",
"version": "0.0.14-27",
"version": "0.0.14-28",
"description": "Sample core for higher packages to depend on",

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

"dependencies": {
"@common-stack/core": "^0.0.14-27"
"@common-stack/core": "^0.0.14-28"
},

@@ -59,0 +59,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

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