Socket
Socket
Sign inDemoInstall

@workbench-stack/core

Package Overview
Dependencies
Maintainers
4
Versions
318
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@workbench-stack/core - npm Package Compare versions

Comparing version 0.0.27-alpha.212 to 0.0.27-alpha.213

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.0.27-alpha.213](https://github.com/cdmbase/workbench-stack/compare/v0.0.27-alpha.212...v0.0.27-alpha.213) (2020-04-30)
**Note:** Version bump only for package @workbench-stack/core
## [0.0.27-alpha.212](https://github.com/cdmbase/workbench-stack/compare/v0.0.27-alpha.211...v0.0.27-alpha.212) (2020-04-30)

@@ -8,0 +16,0 @@

4

package.json
{
"name": "@workbench-stack/core",
"version": "0.0.27-alpha.212",
"version": "0.0.27-alpha.213",
"description": "Workbench core for higher packages to depend on",

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

},
"gitHead": "6e9044a875f485525a7aa1afb686995978e68cc9"
"gitHead": "afc881b75a3c7ad13d601aa74f9c3d5c97c007a1"
}

@@ -10,2 +10,4 @@

import { IJSONEditingService, IClientConfigurationService } from './configuration';
import { ApolloClient } from 'apollo-client';
import { InMemoryCache } from 'apollo-cache-inmemory';

@@ -17,3 +19,3 @@ /**

export interface IClientService {
readonly configurationservice: IClientConfigurationService;
readonly configurationService: IClientConfigurationService;
readonly editorService: IEditorService;

@@ -36,1 +38,9 @@ readonly treeViews?: any; // add types for tree view registry

export interface IApolloUtilityClass {
getCacheKey(storeObject: string): string;
}
export interface IApolloService {
readonly apolloClient: ApolloClient<any>;
readonly cache: InMemoryCache;
readonly utility: IApolloUtilityClass;
}
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