interval-tree-1d
Advanced tools
Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "interval-tree-1d", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"description": "1D interval tree data structure", | ||
@@ -10,10 +10,9 @@ "main": "interval-tree.js", | ||
"dependencies": { | ||
"binary-search-bounds": "~0.1.0" | ||
"binary-search-bounds": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"tape": "~2.0.0", | ||
"tap": "~0.4.4" | ||
"tape": "^2.12.3" | ||
}, | ||
"scripts": { | ||
"test": "tap test/*.js" | ||
"test": "tape test/*.js" | ||
}, | ||
@@ -20,0 +19,0 @@ "repository": { |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
1
12475
+ Addedbinary-search-bounds@1.0.0(transitive)
- Removedbinary-search-bounds@0.1.1(transitive)
Updatedbinary-search-bounds@^1.0.0