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.39 to 2.0.40

0

dist/index.d.ts
import { Gigya } from './lib/gigya';
export * from './lib/gigya';
export default Gigya;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Gigya from './gigya';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Gigya from './gigya';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Gigya from './gigya';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Gigya from './gigya';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Gigya from './gigya';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Gigya from './gigya';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Gigya from './gigya';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Gigya from './gigya';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Gigya from './gigya';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Gigya from './gigya';

@@ -0,0 +0,0 @@ import Gigya from './gigya';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import GigyaResponse from './interfaces/gigya-response';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import SigUtils from './sig-utils';

2

dist/lib/gigya.js

@@ -157,3 +157,3 @@ "use strict";

// Add API key to request if not provided.
if (isAdminEndpoint && !userParams.apiKey && this.apiKey) {
if (!isAdminEndpoint && !userParams.apiKey && this.apiKey) {
requestParams['apiKey'] = this.apiKey;

@@ -160,0 +160,0 @@ }

@@ -0,0 +0,0 @@ import Gigya from './gigya';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import ProxyHttpRequest from '../interfaces/proxy-http-request';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Gigya from './gigya';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Gigya from './gigya';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Profile from './profile';

"use strict";
//# sourceMappingURL=account.js.map

@@ -0,0 +0,0 @@ export interface BaseParamsSite {

"use strict";
//# sourceMappingURL=base-params.js.map
export declare type CaptchaProvider = "Google" | "FunCaptcha";
"use strict";
//# sourceMappingURL=captchaProvider.js.map

@@ -0,0 +0,0 @@ export interface Counter {

"use strict";
//# sourceMappingURL=counter.js.map

@@ -0,0 +0,0 @@ export interface Education {

"use strict";
//# sourceMappingURL=education.js.map

@@ -0,0 +0,0 @@ export declare enum ErrorCode {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export interface ExternalIdP {

"use strict";
//# sourceMappingURL=external-idp.js.map
export declare type Gender = 'f' | 'm' | 'u';
export default Gender;
"use strict";
//# sourceMappingURL=gender.js.map

@@ -0,0 +0,0 @@ export interface GigyaResponse {

"use strict";
//# sourceMappingURL=gigya-response.js.map

@@ -0,0 +0,0 @@ import Gender from './gender';

"use strict";
//# sourceMappingURL=identity.js.map

@@ -0,0 +0,0 @@ export interface Like {

"use strict";
//# sourceMappingURL=like.js.map

@@ -0,0 +0,0 @@ export interface Phone {

"use strict";
//# sourceMappingURL=phone.js.map

@@ -0,0 +0,0 @@ import Gender from './gender';

"use strict";
//# sourceMappingURL=profile.js.map

@@ -0,0 +0,0 @@ import GigyaResponse from '../interfaces/gigya-response';

"use strict";
//# sourceMappingURL=proxy-http-request.js.map

@@ -0,0 +0,0 @@ export interface GigyaSamlConfig {

"use strict";
//# sourceMappingURL=saml-config.js.map

@@ -0,0 +0,0 @@ export declare type SessionExpiration = number;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export interface SessionInfo {

"use strict";
//# sourceMappingURL=session-info.js.map
export declare type TargetEnv = 'browser' | 'mobile';
export default TargetEnv;
"use strict";
//# sourceMappingURL=target-env.js.map

@@ -0,0 +0,0 @@ export interface Work {

"use strict";
//# sourceMappingURL=work.js.map

@@ -0,0 +0,0 @@ import Gigya from './gigya';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Gigya from './gigya';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import Gigya from './gigya';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ MIT License

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

],
"version": "2.0.39",
"version": "2.0.40",
"author": {

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

@@ -0,0 +0,0 @@ Unofficial Gigya JavaScript REST SDK

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