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

bplustree

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bplustree - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

7

package.json
{
"name": "bplustree",
"version": "1.1.7",
"version": "1.1.8",
"scripts": {

@@ -10,2 +10,3 @@ "test": "mocha --compilers js:babel-core/register --check-leaks test/bplustree.js && npm run build",

"coverage-full": "babel-node node_modules/isparta/bin/isparta cover ./node_modules/mocha/bin/_mocha -- test/bplustree.js test/full.js",
"coveralls": "npm run coverage-full && cat ./coverage/lcov.info | coveralls",
"doc": "jsdoc lib -d docs",

@@ -19,2 +20,3 @@ "build": "babel lib -d dist"

"babel-preset-es2015": "^6.3.13",
"coveralls": "^2.11.6",
"eslint": "^1.10.3",

@@ -24,3 +26,4 @@ "eslint-config-airbnb": "^2.0.0",

"isparta": "^4.0.0",
"mocha": "^2.3.4"
"mocha": "^2.3.4",
"mocha-lcov-reporter": "^1.0.0"
},

@@ -27,0 +30,0 @@ "description": "B+ tree",

# bplustree
[![npm version](https://img.shields.io/npm/v/bplustree.svg)](https://www.npmjs.com/package/bplustree) [![Build Status](https://img.shields.io/travis/vhf/bplustree.svg)](https://travis-ci.org/vhf/bplustree) [![Coverage Status](https://img.shields.io/codecov/c/github/vhf/bplustree.svg)](https://codecov.io/github/vhf/bplustree)
[![npm version](https://img.shields.io/npm/v/bplustree.svg)](https://www.npmjs.com/package/bplustree) [![Build Status](https://img.shields.io/travis/vhf/bplustree.svg)](https://travis-ci.org/vhf/bplustree) [![Coverage Status](https://coveralls.io/repos/vhf/bplustree/badge.svg?branch=master&service=github)](https://coveralls.io/github/vhf/bplustree?branch=master)

@@ -4,0 +4,0 @@ Another JavaScript <a href="https://en.wikipedia.org/wiki/B%2B_tree" target="_blank">B+ tree</a> implementation.

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