@seald-io/nedb
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -9,6 +9,11 @@ # Changelog | ||
## [2.0.4] - 2021-07-12 | ||
### Fixed | ||
- switch back to an AVLTree instead of a BinarySearchTree like the original nedb to fix [#1](https://github.com/seald/nedb/issues/1). | ||
- updated vulnerable dev dependency `ws` | ||
## [2.0.3] - 2021-06-07 | ||
### Fixed | ||
- no longer use `util` module for type verification as it needed to be | ||
polyfilled in the browser. | ||
- no longer use `util` module for type verification as it is needed in the | ||
browser, which would need a polyfill. | ||
@@ -15,0 +20,0 @@ ## [2.0.2] - 2021-05-26 |
@@ -1,2 +0,2 @@ | ||
const BinarySearchTree = require('@seald-io/binary-search-tree').BinarySearchTree | ||
const BinarySearchTree = require('@seald-io/binary-search-tree').AVLTree | ||
const model = require('./model.js') | ||
@@ -3,0 +3,0 @@ const { uniq, isDate } = require('./utils.js') |
{ | ||
"name": "@seald-io/nedb", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "lib/**/*.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
497919