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

12456

1.0.2

Diff
b
belphemur
published 1.0.2 •

Changelog

Source

1.0.2 (2019-10-15)

Bug Fixes

  • Array: Add support for dash in array name (b271507), closes #98
b
belphemur
published 1.0.1 •

Changelog

Source

1.0.1 (2019-07-22)

Bug Fixes

b
belphemur
published 1.0.0 •

Changelog

Source

1.0.0 (2019-06-24)

Features

  • Packaging: Use es6 module packaging (f5cd8fd)

BREAKING CHANGES

  • Packaging: The default export has been removed. You need to do a deconstruction import to load the library now.

import JsonDB from 'node-json-db' becomes import {JsonDB} from 'node-json-db'

b
belphemur
published 0.11.0 •

Changelog

Source

0.11.0 (2019-03-15)

Bug Fixes

  • Separator: Fix still using the slash as separator. (1781e5c)

Features

  • Config: Add Config file to setup the Database (a740b91)
b
belphemur
published 0.10.0 •

Changelog

Source

0.10.0 (2019-02-20)

Features

  • Filter: Add filtering feature (fa81531)
b
belphemur
published 0.9.2 •

Changelog

Source

0.9.2 (2018-11-18)

Bug Fixes

b
belphemur
published 0.9.1 •

Changelog

Source

0.9.1 (2018-10-10)

Bug Fixes

  • ArrayInfo: Returns type of isValid (dae4e81)
b
belphemur
published 0.9.0 •

Changelog

Source

0.9.0 (2018-09-04)

Features

b
belphemur
published 0.8.1 •
b
belphemur
published 0.7.5 •