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

2345

4.0.4

Diff

Changelog

Source

[4.0.4] - 2024-01-11

Fixed

  • Explicitly import buffer #34, thanks maxdaniel98.
  • Fix Cursor's typings #45.
  • Removes unnecessary uses of the native path module for the browser and React-Native version by replacing the internal Persistance.ensureDirectoryExistsAsync static method with Persistance.ensureParentDirectoryExistsAsync so that any path functions are used only in Node.js where it is necessary, as it is not necessary for the browser and React-Native #51.
  • Explicit return/callback type for update based on options #44, thanks RobMayer.
seald
published 4.0.3 •

Changelog

Source

[4.0.3] - 2023-12-13

Fixed

  • Fixed EPERM Exception when datastore is at the root of a disk on Windows #48
seald
published 4.0.3-1 •

seald
published 4.0.3-0 •

seald
published 4.0.2 •

Changelog

Source

[4.0.2] - 2023-05-05

Fixed

  • Fixed typo in documentation #36
seald
published 4.0.1 •

Changelog

Source

[4.0.1] - 2023-02-08

Fixed

  • Replace $stat from documentation with $exists #32

Added

  • Add _id to the TS typings #30

Changed

  • Updated devDependencies
seald
published 4.0.0 •

Changelog

Source

[4.0.0] - 2023-01-20

Added

  • [BREAKING] Implement compound indexes #27. Commas (,) can no longer be used in indexed field names.

Updated

  • [BREAKING] Updated @seald-io/binary-search-tree to v1.0.3, which changes syntax of some error messages, in particular the key constraint violation.
  • Updated dev dependencies, including standard@17.0.0 which changed some linting rules.
  • Updated API docs.

Changed

  • No longer execute test-typings.ts to check typings, just compile it.
  • Update actions/checkout and actions/setup-node to v3.
seald
published 4.0.0-1 •

seald
published 3.1.0 •

Changelog

Source

[3.1.0] - 2022-09-02

Added

  • Added a testSerializationHooks option which defaults to true. Setting to false allows to skip the test of the hooks, which may be slow.
seald
published 3.0.1-0 •

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