Socket
Socket
Sign inDemoInstall

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.41 to 2.0.42

7

dist/lib/admin.d.ts

@@ -70,2 +70,4 @@ import Gigya from './gigya';

dataCenter?: string;
isGlobalSite?: boolean;
secondaryDataCenters?: Array<string>;
}

@@ -182,2 +184,3 @@ export interface AdminCreateSiteResponse {

includeGlobalConf?: boolean;
includeGlobalSiteSettings?: boolean;
}

@@ -213,2 +216,3 @@ export interface AdminGetSiteConfigResponse {

globalConf?: string;
isGlobalSite: boolean;
invisibleRecaptcha?: {

@@ -226,2 +230,5 @@ siteKey?: string;

};
globalSiteSettings?: {
secondaryDatacenters: Array<string>;
};
}

@@ -228,0 +235,0 @@ export interface AdminSetSiteConfigParams {

2

package.json

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

],
"version": "2.0.41",
"version": "2.0.42",
"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