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 Versions

1234

2.0.0

Diff

Changelog

Source

[2.0.0] - 2021-05-18

This version should be a drop-in replacement for nedb@1.8.0 provided you use modern browsers / versions of Node.js since ES6 features are now used (such as class and const / let).

Changed

  • Update homepage & repository fields in the package.json
  • New maintainer seald and new package name @seald-io/nedb;
  • Added lockfileVersion: 2 package-lock.json;
  • Modernized some of the code with ES6 features (class, const & let);
  • Uses standard to lint the code (which removes all unnecessary semicolons);
  • Updated dependencies, except async which stays at 0.2.10 for the moment;
  • Stop including the browser version in the repository, and properly build it with webpack;
  • Uses karma to run the browser tests, and use npm to fetch versioned dependencies rather than having hardcoded copies of the dependencies in the repository;
  • Internalized exec-time dependency for the benchmarks, because it was unmaintained;
  • Uses @seald-io/binary-search-tree rather than unmaintained binary-search-tree;

Removed

  • Compatibility with old browsers and old version of Node.js that don't support ES6 features.
  • From now on, this package won't be published with bower as it became essentially useless.
  • Entries in the browser field of package.json don't include individual files, only the bundled minified version, those files are still published with the package.

Security

seald
published 2.0.0-5 •

seald
published 2.0.0-4 •

tex0l
published 2.0.0-1 •

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