Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@common-stack/client-core

Package Overview
Dependencies
Maintainers
1
Versions
263
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.192 to 0.0.195

lib/__tests__/epics.test.d.ts

6

lib/connector/abstract-connector.d.ts

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

middleLowerPanelItems: any;
constructor(feature?: FeatureParams, ...features: any[]);
constructor(feature?: FeatureParams, ...features: FeatureParams[]);
readonly epics: any;

@@ -42,4 +42,4 @@ getRouter(withRoot?: boolean, rootComponent?: any): any;

abstract getConfiguredMenus(routeSearch?: string): any;
readonly abstract navItems: any;
readonly abstract navItemsRight: any;
abstract readonly navItems: any;
abstract readonly navItemsRight: any;
readonly reducers: any;

@@ -46,0 +46,0 @@ readonly resolvers: any;

@@ -141,3 +141,3 @@ module.exports =

get epics() {
return lodash_1.merge(...this.epic);
return this.epic;
}

@@ -144,0 +144,0 @@ getRouter(withRoot, rootComponent) {

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

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

"dependencies": {
"@common-stack/core": "^0.0.192"
"@common-stack/core": "^0.0.195"
},

@@ -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