Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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-b.7 to 2.0.0-b.8

10

lib/service/kinveyCompletionHandler.js

@@ -22,3 +22,3 @@ /**

const responseCallback = callback;
let responseCallback = callback;
const result = {};

@@ -149,3 +149,5 @@

task.response.continue = false;
return responseCallback(null, task);
responseCallback(null, task);
responseCallback = function () {};
return responseCallback;
},

@@ -169,3 +171,5 @@ next() {

task.response.continue = true;
return responseCallback(null, task);
responseCallback(null, task);
responseCallback = function () {};
return responseCallback;
}

@@ -172,0 +176,0 @@ };

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