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 6.1.1 to 6.1.2

8

lib/table.js

@@ -117,6 +117,8 @@ 'use strict';

const diag = { items, options };
Id.wrap(this, items, (err, wrapped) => {
if (err) {
return this._error('insert', err, items, callback);
return this._error('insert', err, diag, callback);
}

@@ -127,6 +129,6 @@

if (err) {
return this._error('insert', err, items, callback);
return this._error('insert', err, diag, callback);
}
this._run(this._table.insert(wrapped, { conflict: options.merge ? 'update' : 'error' }), 'insert', wrapped, callback, (ignore, result) => {
this._run(this._table.insert(wrapped, { conflict: options.merge ? 'update' : 'error' }), 'insert', diag, callback, (ignore, result) => {

@@ -133,0 +135,0 @@ // Single item

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