Socket
Socket
Sign inDemoInstall

kinvey-js-sdk

Package Overview
Dependencies
Maintainers
4
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 5.1.2 to 5.1.3

4

lib/user/user.js

@@ -175,2 +175,6 @@ "use strict";

if (data._socialIdentity) {
this.data = http_1.getSession();
if (data._socialIdentity.kinveyAuth) {
delete data._socialIdentity.kinveyAuth.refresh_token;
}
data._socialIdentity = utils_1.mergeSocialIdentity(this._socialIdentity, data._socialIdentity);

@@ -177,0 +181,0 @@ }

2

package.json
{
"name": "kinvey-js-sdk",
"description": "Kinvey JavaScript SDK for JavaScript applications.",
"version": "5.1.2",
"version": "5.1.3",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "keywords": [

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