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.3.5 to 2.3.6

4

lib/thinky.js

@@ -21,2 +21,3 @@ var rethinkdbdash = require('rethinkdbdash');

* - `timeFormat` {"raw"|"native"}
* - `createDatabase` {boolean} Whether thinky should create the database or not.
*/

@@ -75,2 +76,5 @@ function Thinky(config) {

var r = self.r;
if (self._config.createDatabase === false) {
return Promise.resolve();
}
this._dbReadyPromise = r.dbCreate(self._config.db)

@@ -77,0 +81,0 @@ .run()

2

package.json
{
"name": "thinky",
"version": "2.3.5",
"version": "2.3.6",
"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