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

@seald-io/nedb

Package Overview
Dependencies
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seald-io/nedb - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

9

CHANGELOG.md

@@ -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

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