New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@common-stack/server-core

Package Overview
Dependencies
Maintainers
1
Versions
266
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@common-stack/server-core - npm Package Compare versions

Comparing version 0.6.1-alpha.4 to 1.0.1-alpha.0

lib/connector/__tests__/container-connector.test.d.ts

18

lib/connector/connector.d.ts

@@ -20,2 +20,3 @@ import { ConfigurationScope, IDirectiveOptions, IMongoMigration, IOverwritePreference, IPreferences, IResolverOptions, IWebsocketConfig, IGraphqlShieldRules, IAddPermissions, IAddPolicies } from '../interfaces';

postBindContainerFunc?: Function[];
postBindHemraContainerFunc?: Function[];
createServiceFunc?: Function | Function[];

@@ -72,2 +73,3 @@ createDataSourceFunc?: Function | Function[];

postBindContainerFunc: Function[];
postBindHemraContainerFunc: Function[];
federation: FederationServiceDeclaration[];

@@ -213,5 +215,3 @@ createHemeraContainerFunc: Function[];

entries(): IterableIterator<[number, IPreferences<S>]>;
keys(): IterableIterator<number>; /**
* Policies Preferences
*/
keys(): IterableIterator<number>;
values(): IterableIterator<IPreferences<S>>;

@@ -272,5 +272,3 @@ includes(searchElement: IPreferences<S>, fromIndex?: number): boolean;

entries(): IterableIterator<[number, IPreferences<T>]>;
keys(): IterableIterator<number>; /**
* Policies Preferences
*/
keys(): IterableIterator<number>;
values(): IterableIterator<IPreferences<T>>;

@@ -331,5 +329,3 @@ includes(searchElement: IPreferences<T>, fromIndex?: number): boolean;

entries(): IterableIterator<[number, IPreferences<T>]>;
keys(): IterableIterator<number>; /**
* Policies Preferences
*/
keys(): IterableIterator<number>;
values(): IterableIterator<IPreferences<T>>;

@@ -390,5 +386,3 @@ includes(searchElement: IPreferences<T>, fromIndex?: number): boolean;

entries(): IterableIterator<[number, IPreferences<S>]>;
keys(): IterableIterator<number>; /**
* Policies Preferences
*/
keys(): IterableIterator<number>;
values(): IterableIterator<IPreferences<S>>;

@@ -395,0 +389,0 @@ includes(searchElement: IPreferences<S>, fromIndex?: number): boolean;

@@ -18,5 +18,2 @@ import { CdmLogger } from '@cdm-logger/core';

}
export interface IPreferences<T = ConfigurationScope> {
[key: string]: IPreferencesData<T>;
}
export interface IPreferencesData<T = ConfigurationScope> {

@@ -36,2 +33,5 @@ type?: string | string[];

}
export interface IPreferences<T = ConfigurationScope> {
[key: string]: IPreferencesData<T>;
}
/**

@@ -38,0 +38,0 @@ * Formatted preferences data

{
"name": "@common-stack/server-core",
"version": "0.6.1-alpha.4",
"version": "1.0.1-alpha.0",
"description": "common core for higher packages to depend on",
"license": "ISC",
"author": "CDMBase LLC",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"build": "yarn build:clean && yarn build:lib",
"build:clean": "rimraf lib",
"build:lib": "webpack",
"build:lib": "rollup -c rollup.config.mjs",
"build:lib:watch": "yarn build:lib -- --watch",

@@ -41,3 +45,3 @@ "jest": "./node_modules/.bin/jest",

"dependencies": {
"@common-stack/core": "0.6.1-alpha.4"
"@common-stack/core": "1.0.1-alpha.0"
},

@@ -50,3 +54,3 @@ "peerDependencies": {

},
"gitHead": "8f1002595ef0da183fc26d37a4a185b9c94cfc76",
"gitHead": "e23d595c58eedb3ecda0913cf206f54d8a9e470f",
"typescript": {

@@ -53,0 +57,0 @@ "definition": "lib/index.d.ts"

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