Socket
Socket
Sign inDemoInstall

kinvey-flex-sdk

Package Overview
Dependencies
Maintainers
1
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 2.0.0 to 2.0.1-b.1

3

CHANGELOG.md
## Changelog
### 2.0.1
* Fix stringification bug on some done() calls.
### 2.0.0

@@ -4,0 +7,0 @@ * Add Auth support to flex under flex.auth

3

lib/service/kinveyCompletionHandler.js

@@ -138,5 +138,2 @@ /**

task.request.query = JSON.stringify(task.request.query);
task.request.body = JSON.stringify(task.request.body);
// TODO: Ensure that the result is a kinveyEntity or array of kinveyEntities or {count} object

@@ -143,0 +140,0 @@ //

{
"name": "kinvey-flex-sdk",
"version": "2.0.0",
"version": "2.0.1-b.1",
"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