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

gigya

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gigya - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9

41

dist/lib/admin.d.ts

@@ -71,17 +71,28 @@ import Gigya from './gigya';

export interface AdminServices {
gm: {
gm?: {
enabled: boolean;
};
comments: {
comments?: {
enabled: boolean;
};
accounts: {
accounts?: {
enabled: boolean;
features: Array<string>;
};
ds: {
audit?: {
enabled: boolean;
};
ids: {
ds?: {
enabled: boolean;
};
ids?: {
enabled: boolean;
};
samlIdp?: {
enabled: boolean;
};
nexus?: {
enabled: boolean;
features: Array<string>;
};
defaultDBSize: string;

@@ -124,3 +135,4 @@ defaultDataCenter: string;

includeServices?: boolean;
includeSiteGroupsConfig?: boolean;
includeSiteGroupConfig?: boolean;
includeSiteID?: boolean;
explicitSiteGroupConfig?: boolean;

@@ -136,2 +148,3 @@ explicitSiteConfig?: boolean;

services: AdminServices;
siteID: number;
gigyaSettings: {

@@ -152,5 +165,9 @@ enableRequestLoggingUntil: string;

};
siteGroupOwner?: string;
enableDataSharing: boolean;
trustedShareURLs: Array<string>;
logoutURL?: string;
}
export interface AdminSetSiteConfigParams {
apiKey: string;
baseDomain?: string;

@@ -160,2 +177,3 @@ dataCenter?: string;

description?: string;
logoutURL?: string;
services?: {

@@ -170,3 +188,7 @@ gm?: {

enabled: boolean;
features: Array<string>;
};
audit?: {
enabled: boolean;
};
ds?: {

@@ -178,2 +200,9 @@ enabled: boolean;

};
samlIdp?: {
enabled: boolean;
};
nexus?: {
enabled: boolean;
features: Array<string>;
};
defaultDBSize?: string;

@@ -180,0 +209,0 @@ defaultDataCenter?: string;

2

package.json

@@ -7,3 +7,3 @@ {

],
"version": "2.0.8",
"version": "2.0.9",
"author": {

@@ -10,0 +10,0 @@ "name": "Scott Hovestadt",

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