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

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.1.1 to 3.1.2-alpha.1

1

lib/service/kinveyCompletionHandler.js

@@ -157,2 +157,3 @@ /**

task.request.query = result.query || task.request.query;
task.request.params = result.query || task.request.query;
} else {

@@ -159,0 +160,0 @@ task.response.body = result.body || task.response.body;

2

package.json
{
"name": "kinvey-flex-sdk",
"version": "3.1.1",
"version": "3.1.2-alpha.1",
"description": "SDK for creating Kinvey Flex Services",

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

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

});
result.request.params.should.eql({
foo: 'bar'
});
return done();

@@ -282,0 +285,0 @@ });

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