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 0.2.19 to 0.2.20

3

lib/document.js

@@ -14,3 +14,4 @@ var eventEmitter = require('events').EventEmitter;

for(key in eventEmitter.prototype) {
this[key] = eventEmitter.prototype[key].bind(self);
var fn = eventEmitter.prototype[key];
if (typeof fn === 'function') this[key] = fn.bind(self);
}

@@ -17,0 +18,0 @@ for(key in modelProto) {

{
"name": "thinky",
"version": "0.2.19",
"version": "0.2.20",
"description": "RethinkDB ORM for Node.js",

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

# Thinky
JavaScript ORM for RethinkDB.
_Note_: Beta release

@@ -6,0 +5,0 @@ ### Quick start

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