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

bdb

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bdb - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

6

lib/db.js

@@ -446,2 +446,3 @@ /*!

lte: options.lte,
limit: options.limit,
keys: true,

@@ -469,2 +470,3 @@ values: true

lte: options.lte,
limit: options.limit,
keys: true,

@@ -492,2 +494,3 @@ values: false

lte: options.lte,
limit: options.limit,
keys: false,

@@ -831,2 +834,3 @@ values: true

lte: options.lte,
limit: options.limit,
keys: true,

@@ -854,2 +858,3 @@ values: true

lte: options.lte,
limit: options.limit,
keys: true,

@@ -877,2 +882,3 @@ values: false

lte: options.lte,
limit: options.limit,
keys: false,

@@ -879,0 +885,0 @@ values: true

4

package.json
{
"name": "bdb",
"version": "0.2.0",
"version": "0.2.1",
"description": "Database for bcoin",

@@ -33,2 +33,4 @@ "keywords": [

"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",

@@ -35,0 +37,0 @@ "babelify": "^8.0.0",

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