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 4.0.1-alpha.9 to 4.0.1-alpha.11

1

lib/__tests__/test-feature.d.ts

@@ -10,5 +10,4 @@ import { AbstractFeature } from '../connector';

navItems: () => {};
navItemRight: () => {};
navItemsRight: () => {};
registerLanguages: () => {};
}

36

lib/connector/AbstractConnector.js

@@ -8,2 +8,38 @@ import*as React from'react';import {merge,without,union,castArray}from'lodash-es';import {consolidatedResolvers}from'../utils/resolversUtils.js';import {ScopedContainer}from'./ScopedContainer.js';/* eslint-disable no-underscore-dangle */

class AbstractFeature {
link;
envalidConfig;
errorLink;
createFetch;
connectionParam;
epic;
reducer;
reduxContext;
clientStateParams;
sidebarSegments;
routerFactory;
route;
navItem;
navItemRight;
rootComponentFactory;
dataRootComponent;
createFetchOptions;
stylesInsert;
scriptsInsert;
catalogInfo;
languagesFuncs;
data;
dataIdFromObject;
createContainerFunc;
createServiceFunc;
leftMainPanelItems;
middleMainPanelItems;
middleMainPanelItemsProps;
leftFooterItems;
rightFooterItems;
middleLowerPanelItems;
reduxPersistTransforms;
isContainerLoaded;
services;
_container;
_apolloResolvers;
constructor(feature, ...features) {

@@ -10,0 +46,0 @@ const args = [feature, ...features];

import {Container}from'inversify';/* eslint-disable no-underscore-dangle */
const DEFAULT_SCOPE_ID = '__default__';
class ScopedContainer {
static _dependencyRegistrations = [];
static _globalContainer;
static _containerInstances = {};
/**
* Options object to use when creating a new container for a
* scope ID.
*/
static scopedContainerOptions;
/**
* A function to register global dependencies.

@@ -104,4 +112,2 @@ * This creates a global container instance, which enables truly

}
}
ScopedContainer._dependencyRegistrations = [];
ScopedContainer._containerInstances = {};export{ScopedContainer};//# sourceMappingURL=ScopedContainer.js.map
}export{ScopedContainer};//# sourceMappingURL=ScopedContainer.js.map
import {ApolloClient}from'@apollo/client/core/index.js';import {InMemoryCache}from'@apollo/client/cache/index.js';import {logger}from'@cdm-logger/client';import {ClientTypes}from'@common-stack/core';class UtilityClass {
modules;
constructor(modules) {

@@ -3,0 +4,0 @@ this.modules = modules;

{
"name": "@common-stack/client-core",
"version": "4.0.1-alpha.9",
"version": "4.0.1-alpha.11",
"description": "common core for higher packages to depend on",

@@ -24,4 +24,7 @@ "license": "ISC",

"dependencies": {
"@common-stack/core": "4.0.1-alpha.0"
"@common-stack/core": "4.0.1-alpha.11"
},
"devDependencies": {
"redux-observable": "^1.2.0"
},
"publishConfig": {

@@ -32,3 +35,4 @@ "access": "public"

"@apollo/client": ">=3.0.0",
"redux": ">=4.0.1"
"redux": ">=4.0.1",
"redux-observable": ">=2.0.0"
},

@@ -38,3 +42,3 @@ "typescript": {

},
"gitHead": "8353c4869ec3bf18b7ba6cbf504b7318d8dba395"
"gitHead": "6cf439a9ad8f608c93c119d38ce474feca88998b"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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