bplus-index
Advanced tools
Comparing version
{ | ||
"name": "bplus-index", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A B+tree", | ||
"main": "index.js", | ||
"main": "dist/bplus-index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "gulp test" | ||
}, | ||
@@ -18,3 +18,20 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/internalfx/bplus-index#readme" | ||
"homepage": "https://github.com/internalfx/bplus-index#readme", | ||
"devDependencies": { | ||
"babel": "^5.8.5", | ||
"babel-core": "^5.8.3", | ||
"babel-loader": "^5.3.2", | ||
"chai": "^3.2.0", | ||
"faker": "^3.0.0", | ||
"gulp": "^3.9.0", | ||
"gulp-mocha": "^2.1.3", | ||
"gulp-util": "^3.0.6", | ||
"lodash": "^3.10.0", | ||
"mocha": "^2.2.5", | ||
"webpack": "^1.10.5", | ||
"webpack-dev-server": "^1.10.1" | ||
}, | ||
"dependencies": { | ||
"lodash.pullat": "^3.2.0" | ||
} | ||
} |
# bplus-index | ||
A JavaScript implementation of a B+tree structure. | ||
A B+tree is very useful for fast lookups, ranges and sorting. | ||
### Currently implemented | ||
- `inject(key, val)` | ||
- `eject(key, val)` | ||
- `get(key)` | ||
[](https://github.com/feross/standard) |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
70549
11465.41%11
266.67%1437
Infinity%1
-50%14
600%1
Infinity%12
Infinity%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added