co-rethinkdb
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -23,2 +23,3 @@ // When installing co-rethinkdb for an application that uses the same version | ||
var r = require('rethinkdb') | ||
, Cursor = require('rethinkdb/cursor').Cursor | ||
@@ -63,4 +64,2 @@ // restore cache | ||
var Cursor = require('rethinkdb/cursor').Cursor | ||
// Wrap the original `.next()` method. | ||
@@ -67,0 +66,0 @@ var next = Cursor.prototype.next |
{ | ||
"name": "co-rethinkdb", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"author": "Markus Ast <npm.m@rkusa.st>", | ||
@@ -5,0 +5,0 @@ "description": "Generator based querying goodness for RethinkDB", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6247