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

thinky

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thinky - npm Package Compare versions

Comparing version 2.1.8 to 2.1.9

3

lib/thinky.js

@@ -146,1 +146,4 @@ var rethinkdbdash = require('rethinkdbdash');

}
// Expose thinky types directly from module
module.exports.type = type;

2

lib/util.js

@@ -186,3 +186,3 @@ var util = require('util');

else {
hooks[hookIndex](doc);
hooks[hookIndex].call(doc);
executeHooks(hookIndex+1, hooks, doc, reject, next)

@@ -189,0 +189,0 @@ }

{
"name": "thinky",
"version": "2.1.8",
"version": "2.1.9",
"description": "RethinkDB ORM for Node.js",

@@ -27,3 +27,3 @@ "main": "lib/thinky.js",

"dependencies":{
"rethinkdbdash": "~2.1.1",
"rethinkdbdash": "~2.1.8",
"bluebird": "~2.1.3",

@@ -30,0 +30,0 @@ "validator": "~ 3.22.1"

Sorry, the diff of this file is too big to display

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