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.2.1 to 2.2.2

7

lib/thinky.js

@@ -46,3 +46,8 @@ var rethinkdbdash = require('rethinkdbdash');

self.r = rethinkdbdash(config);
if (config.r === undefined) {
self.r = rethinkdbdash(config);
}
else {
self.r = config.r;
}
self.type = type;

@@ -49,0 +54,0 @@ self.Query = Query;

2

package.json
{
"name": "thinky",
"version": "2.2.1",
"version": "2.2.2",
"description": "RethinkDB ORM for Node.js",

@@ -5,0 +5,0 @@ "main": "lib/thinky.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