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.0 to 2.3.1

5

lib/model.js

@@ -46,2 +46,5 @@ var util = require(__dirname+'/util.js');

this._table = (options.table != null) ? options.table : {};
this._table.primaryKey = this._pk;
this._thinky = thinky;

@@ -206,3 +209,3 @@

.then(function() {
return r.tableCreate(model._name, {primaryKey: model._pk}).run();
return r.tableCreate(model._name, model._table).run();
})

@@ -209,0 +212,0 @@ .error(function(error) {

6

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

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

"dependencies":{
"rethinkdbdash": "^2.3.0",
"rethinkdbdash": "~2.3.0",
"bluebird": "~2.10.2",
"validator": "~ 3.22.1"
"validator": "~3.22.1"
},

@@ -32,0 +32,0 @@ "devDependencies": {

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