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 6.0.1 to 6.0.2

3

CHANGELOG.md

@@ -6,2 +6,5 @@ # Change Log

## [6.0.2](https://github.com/Kinvey/js-sdk/compare/kinvey-js-sdk@6.0.1...kinvey-js-sdk@6.0.2) (2022-04-28)
- Version bump for package kinvey-js-sdk
## [6.0.1](https://github.com/Kinvey/js-sdk/compare/kinvey-js-sdk@6.0.0...kinvey-js-sdk@6.0.1) (2022-04-20)

@@ -8,0 +11,0 @@

2

lib/user/user.js

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

response = _a.sent();
config = Object.assign({}, { authKey: this.authtoken }, response.data);
config = Object.assign({}, { authKey: this.authtoken, uuid: deviceId }, response.data);
// Subscribe to PubNub

@@ -274,0 +274,0 @@ live_1.subscribe(config);

{
"name": "kinvey-js-sdk",
"description": "Kinvey JavaScript SDK for JavaScript applications.",
"version": "6.0.1",
"version": "6.0.2",
"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