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

mock-riak

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mock-riak - npm Package Compare versions

Comparing version 0.8.8 to 0.8.9

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## version 0.8.9
- Minor bugfixes
## version 0.8.8

@@ -2,0 +6,0 @@

20

lib/routes/mapreduce.js

@@ -16,9 +16,5 @@ var Bucket = require('../models/bucket');

try {
inputs.forEach(function(input) {
result = result.concat(MapReduce.processInput(input));
});
} catch (e) {
return e;
}
inputs.forEach(function(input) {
result = result.concat(MapReduce.processInput(input));
});

@@ -33,10 +29,6 @@ return result;

try {
var inputs = parseInputs(req.body.inputs);
var query = new MapReduce(req.body.query);
var inputs = parseInputs(req.body.inputs);
var query = new MapReduce(req.body.query);
res.send(query.execute(inputs));
} catch (e) {
return next(e);
}
res.send(query.execute(inputs));

@@ -43,0 +35,0 @@ return next();

{
"name": "mock-riak",
"version": "0.8.8",
"version": "0.8.9",
"author": "Marco Tabini <marcot@tabini.ca>",

@@ -5,0 +5,0 @@ "description": "A mock library that simulates a running Riak cluster (without actually having one)",

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