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

@common-stack/client-core

Package Overview
Dependencies
Maintainers
1
Versions
262
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.158 to 0.0.159

1

lib/connector/abstract-connector.d.ts

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

schema: any[];
sidebarSegments: any[];
routerFactory: any;

@@ -12,0 +13,0 @@ route: any;

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

this.resolver = combine(arguments, arg => arg.resolver);
this.sidebarSegments = combine(arguments, arg => arg.sidebarSegments);
this.leftMainPanelItems = combine(arguments, arg => arg.leftMainPanelItems);

@@ -116,0 +117,0 @@ this.middleMainPanelItems = combine(arguments, arg => arg.middleMainPanelItems);

4

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

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

"dependencies": {
"@common-stack/core": "^0.0.158"
"@common-stack/core": "^0.0.159"
},

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