You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

node-json-db

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-json-db - npm Package Versions

23456

2.3.1

Diff
b
belphemur
published 2.3.1 •

Changelog

Source

2.3.1 (2025-01-23)

Bug Fixes

  • override empty file (024169f), closes #844

Bug Fixes

Features

  • adjust to support others properties (58911b5)
  • change method name (889d55e)
  • new toPath method (7d224c3)
  • path: add method to transform a usual "route" into a path for the db (c389c7c)
  • test wrong propertyName (6a95687)
b
belphemur
published 2.3.0 •

Changelog

Source

2.3.1 (2025-01-23)

Bug Fixes

Bug Fixes

Features

  • adjust to support others properties (58911b5)
  • change method name (889d55e)
  • new toPath method (7d224c3)
  • path: add method to transform a usual "route" into a path for the db (c389c7c)
  • test wrong propertyName (6a95687)
b
belphemur
published 2.2.0 •

Changelog

Source

2.2.0 (2023-04-09)

Bug Fixes

  • Array: Fix issue with array that have numerical property key (db7b5cb), closes #571

Features

  • getObjectDefault: Add method getObjectDefault to get an object or a default value when the path is leading to non existing data. (d47786b), closes #582
b
belphemur
published 2.1.5 •

Changelog

Source

2.1.5 (2023-03-14)

Performance Improvements

  • Interoperability: Export underlying adapter type to let developers customize the storage logic (cfa874e), closes #568
b
belphemur
published 2.1.4 •

Changelog

Source

2.1.4 (2023-01-24)

Performance Improvements

  • FileAdapter: Remove need for atomically. With RWLock we have all we need. (4b52670)
b
belphemur
published 2.1.3 •

Changelog

Source

2.1.3 (2022-09-21)

Performance Improvements

  • Locking: Use proper read write lock instead of one lock for all operation (f3f422a), closes #490
b
belphemur
published 2.1.2 •

Changelog

Source

2.1.2 (2022-09-09)

Bug Fixes

  • Concurrency: Fix issue with concurrent push from different sources (daae2bb), closes #484

Performance Improvements

  • Concurrency: Be sure that only one read or one write can be done at the same time (1cf0038)
  • Errors: Export errors for easier error management in other projects (60c90f8), closes #479
b
belphemur
published 3.0.0 •
b
belphemur
published 2.1.1 •

Changelog

Source

2.1.1 (2022-08-26)

Performance Improvements

  • Config: Easier way to import the configuration of JsonDB (e3502c2)
b
belphemur
published 2.1.0 •

Changelog

Source

2.1.0 (2022-08-08)

Bug Fixes

  • Config: put proper default for ConfigWithAdapter (8d38302)

Features

  • Date: Add support for serializing and deserializing date type (d7a904e), closes #362