Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

batchdb

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

batchdb - npm Package Compare versions

Comparing version 1.0.2 to 2.0.0

2

package.json
{
"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

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