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

penseur

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

penseur - npm Package Compare versions

Comparing version 7.8.0 to 7.8.1

16

lib/table.js

@@ -131,5 +131,9 @@ 'use strict';

let count;
const step = (err) => {
if (!options.sort) {
settings.sort = { key: this.primary, order: 'ascending' };
}
let count = null;
const step = (err, results) => {
if (err) {

@@ -139,3 +143,9 @@ return callback(err);

if (count < options.chunks) {
if (results) {
results.forEach(step.each);
}
if (count !== null &&
count < options.chunks) {
return callback();

@@ -142,0 +152,0 @@ }

2

package.json
{
"name": "penseur",
"description": "Lightweight RethinkDB wrapper",
"version": "7.8.0",
"version": "7.8.1",
"author": "Eran Hammer <eran@hammer.io> (http://hueniverse.com)",

@@ -6,0 +6,0 @@ "repository": "git://github.com/hueniverse/penseur",

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