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.152 to 0.0.153

1

lib/connector/abstract-connector.d.ts

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

resolver: any;
schema: any[];
routerFactory: any;

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

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

this.reducer = combine(arguments, arg => arg.reducer);
this.schema = combine(arguments, arg => arg.schema);
this.resolver = combine(arguments, arg => arg.resolver);

@@ -113,0 +114,0 @@ this.leftMainPanelItems = combine(arguments, arg => arg.leftMainPanelItems);

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

readonly resolver?: any;
readonly schema?: any;
readonly routerFactory?: any;

@@ -39,2 +40,3 @@ readonly route?: any;

readonly resolver: any;
readonly schema: any;
readonly routerFactory: any;

@@ -41,0 +43,0 @@ readonly route: any;

2

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

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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