Socket
Socket
Sign inDemoInstall

kinvey-js-sdk

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kinvey-js-sdk - npm Package Compare versions

Comparing version 3.13.0-next.29 to 3.13.0-next.30

3

lib/live.js

@@ -108,4 +108,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

pubnub.removeListener(listener);
pubnub.unsubscribeAll();
pubnub.stop();
pubnub.destroy();
pubnub = null;

@@ -112,0 +111,0 @@ }

export declare enum AuthorizationGrant {
AuthorizationCodeLoginPage = 0
}
export declare function loginWithMIC(redirectUri: string, authorizationGrant: AuthorizationGrant, options?: any): Promise<import("./user").User>;
export declare function loginWithMIC(redirectUri: string, authorizationGrant?: AuthorizationGrant, options?: any): Promise<import("./user").User>;

@@ -6,2 +6,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

(function (AuthorizationGrant) {
AuthorizationGrant[AuthorizationGrant["AuthorizationCodeLoginPage"] = 0] = "AuthorizationCodeLoginPage";
})(AuthorizationGrant = exports.AuthorizationGrant || (exports.AuthorizationGrant = {}));

@@ -8,0 +9,0 @@ function loginWithMIC(redirectUri, authorizationGrant, options) {

{
"name": "kinvey-js-sdk",
"description": "Kinvey JavaScript SDK for JavaScript applications.",
"version": "3.13.0-next.29",
"version": "3.13.0-next.30",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/Kinvey/js-sdk/tree/master/packages/js-sdk",

Sorry, the diff of this file is not supported yet

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