Socket
Socket
Sign inDemoInstall

kinvey-flex-sdk

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kinvey-flex-sdk - npm Package Compare versions

Comparing version 3.4.0 to 3.5.0

3

CHANGELOG.md
## Changelog
### 3.5.0
* Update logged message on error from complete callback
### 3.4.0

@@ -4,0 +7,0 @@ * BREAKING CHANGE: Method `dataStore.save()` no longer supports arrays (was introduced in `3.3.0` for early access)

2

lib/flex.js

@@ -97,3 +97,3 @@ /**

if (errorMsg && options.type === 'tcp') {
this.logger.error(`Unable to send response for taskId ${task.taskId}: ${getPublicConnectionErrorMsg(errorMsg)}`);
this.logger.error(`Unable to call complete() in ${task.hookType} "${task.taskName}" for request with id "${task.requestId}" : ${getPublicConnectionErrorMsg(errorMsg)}"`);
}

@@ -100,0 +100,0 @@ };

{
"name": "kinvey-flex-sdk",
"version": "3.4.0",
"version": "3.5.0",
"description": "SDK for creating Kinvey Flex Services",

@@ -5,0 +5,0 @@ "engines": {

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