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
267
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.147 to 0.0.148

2

lib/connector/abstract-connector.d.ts

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

data: any[];
dataIdFromObject: any[];
leftMainPanelItems: any;

@@ -47,2 +48,3 @@ middleMainPanelItems: any;

readonly middleLowerPanel: any;
abstract getDataIdFromObject(result: any): any;
abstract getWrappedRoot(root: any, req: any): any;

@@ -49,0 +51,0 @@ abstract getDataRoot(root: any): any;

@@ -117,2 +117,3 @@ module.exports =

this.middleLowerPanelItems = combine(arguments, arg => arg.middleLowerPanelItems);
this.dataIdFromObject = combine(arguments, arg => arg.dataIdFromObject);
this.routerFactory = combine(arguments, arg => arg.routerFactory)

@@ -119,0 +120,0 @@ .slice(-1)

@@ -30,2 +30,3 @@ export interface ClientStateParams {

readonly middleLowerPanelItems?: any;
readonly dataIdFromObject?: any;
}

@@ -74,2 +75,3 @@ export interface IFeature {

readonly middleLowerPanel: any;
readonly dataIdFromObject: any;
getWrappedRoot(root: any, req?: any): any;

@@ -76,0 +78,0 @@ getDataRoot(root: any): any;

4

package.json
{
"name": "@common-stack/client-core",
"version": "0.0.147",
"version": "0.0.148",
"description": "Sample core for higher packages to depend on",

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

"dependencies": {
"@common-stack/core": "^0.0.147"
"@common-stack/core": "^0.0.148"
},

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