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

dstore-leveldb

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dstore-leveldb - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

lib/leveldbRepository.js

@@ -168,3 +168,3 @@ 'use strict';

var itemByTypeDb = client.sublevel('item-by-type');
var table = itemByTypeDb.sublevel(blueprintId);
var table = itemByTypeDb.sublevel(blueprint.leveldb.type);

@@ -171,0 +171,0 @@ return _bluebird2['default'].promisify(itemByIdDb.del)(id).then(function () {

{
"name": "dstore-leveldb",
"version": "0.1.1",
"version": "0.1.2",
"description": "LevelDB storage engine for dstore.",

@@ -5,0 +5,0 @@ "repository": {

@@ -142,3 +142,3 @@ import _ from 'lodash';

var itemByTypeDb = client.sublevel('item-by-type');
var table = itemByTypeDb.sublevel(blueprintId);
var table = itemByTypeDb.sublevel(blueprint.leveldb.type);

@@ -145,0 +145,0 @@ return BBPromise.promisify(itemByIdDb.del)(id)

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