Comparing version 1.0.2 to 2.0.0
{ | ||
"name": "batchdb", | ||
"version": "1.0.2", | ||
"version": "2.0.0", | ||
"description": "leveldb and disk storage for queued batch jobs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -41,3 +41,3 @@ var test = require('tape'); | ||
var cex = expected.shift(); | ||
compute.getJob(key).pipe(concat(function (body) { | ||
compute.get(key).pipe(concat(function (body) { | ||
t.equal(body.toString('utf8'), cex); | ||
@@ -52,3 +52,3 @@ })); | ||
var rex = expected.shift(); | ||
compute.getResult(id).pipe(concat(function (body) { | ||
compute.get(id).pipe(concat(function (body) { | ||
t.equal(body.toString('utf8'), rex); | ||
@@ -55,0 +55,0 @@ })); |
Sorry, the diff of this file is not supported yet
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
12007
207