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.9.0 to 7.10.0

9

lib/table.js

@@ -91,5 +91,10 @@ 'use strict';

all(callback) {
all(options, callback) {
this._run(this.raw, 'all', null, callback);
if (!callback) {
callback = options;
options = {};
}
this._run(this._refine(this.raw, options), 'all', null, callback);
}

@@ -96,0 +101,0 @@

{
"name": "penseur",
"description": "Lightweight RethinkDB wrapper",
"version": "7.9.0",
"version": "7.10.0",
"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