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 8.9.1 to 8.10.0

4

lib/criteria.js
'use strict';
// Load Modules
const Hoek = require('hoek');

@@ -12,4 +10,2 @@ const RethinkDB = require('rethinkdb');

// Declare internals
const internals = {};

@@ -16,0 +12,0 @@

'use strict';
// Load Modules
// Declare internals
const internals = {};

@@ -9,0 +4,0 @@

12

lib/db.js
'use strict';
// Load Modules
const Boom = require('boom');

@@ -17,4 +15,2 @@ const Bounce = require('bounce');

// Declare internals
const internals = {

@@ -596,2 +592,7 @@ comparators: {

}
static isSpecial(value) {
return Special.isSpecial(value) ? value.type : null;
}
};

@@ -614,2 +615,5 @@

internals.Db.prototype.isSpecial = internals.Db.isSpecial;
internals.disable = function (table, method, options) {

@@ -616,0 +620,0 @@

'use strict';
// Load Modules
const Hoek = require('hoek');

@@ -11,4 +9,2 @@ const RethinkDB = require('rethinkdb');

// Declare internals
const internals = {};

@@ -15,0 +11,0 @@

'use strict';
// Load Modules
const Crypto = require('crypto');

@@ -10,4 +8,2 @@ const Boom = require('boom');

// Declare internals
const internals = {

@@ -14,0 +10,0 @@ byteToHex: []

'use strict';
// Load modules
const RethinkDb = require('rethinkdb');

@@ -8,7 +8,4 @@ const Db = require('./db');

const Utils = require('./utils');
const RethinkDb = require('rethinkdb');
// Declare internals
const internals = {};

@@ -15,0 +12,0 @@

'use strict';
// Load Modules
const Hoek = require('hoek');

@@ -11,4 +9,2 @@ const RethinkDB = require('rethinkdb');

// Declare internals
const internals = {};

@@ -15,0 +11,0 @@

'use strict';
// Load Modules
const Boom = require('boom');

@@ -17,4 +15,2 @@ const Hoek = require('hoek');

// Declare internals
const internals = {

@@ -21,0 +17,0 @@ changeTypes: {

'use strict';
// Load Modules
const Boom = require('boom');

@@ -11,4 +9,2 @@ const Hoek = require('hoek');

// Declare internals
const internals = {};

@@ -15,0 +11,0 @@

'use strict';
// Load modules
const Hoek = require('hoek');
// Declare internals
const internals = {};

@@ -11,0 +7,0 @@

{
"name": "penseur",
"description": "Lightweight RethinkDB wrapper",
"version": "8.9.1",
"version": "8.10.0",
"repository": "git://github.com/hueniverse/penseur",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

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