kinvey-flex-sdk
Advanced tools
Comparing version 3.4.0 to 3.5.0
## 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) |
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
691951