Socket
Socket
Sign inDemoInstall

lowdb

Package Overview
Dependencies
6
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.12.2 to 0.12.3

1

file-async.js

@@ -9,2 +9,3 @@ 'use strict';

module.exports = {

@@ -11,0 +12,0 @@ read: require('./file-sync').read,

@@ -10,2 +10,3 @@ 'use strict';

module.exports = {

@@ -12,0 +13,0 @@ read: function read(source) {

@@ -50,2 +50,3 @@ 'use strict';

if (storage.read) {

@@ -52,0 +53,0 @@ db.read = function () {

4

package.json
{
"name": "lowdb",
"version": "0.12.2",
"version": "0.12.3",
"description": "JSON database for Node and the browser powered by lodash",

@@ -37,3 +37,3 @@ "keywords": [

"dependencies": {
"graceful-fs": "^3.0.8",
"graceful-fs": "^4.1.3",
"is-promise": "^2.1.0",

@@ -40,0 +40,0 @@ "json-parse-helpfulerror": "^1.0.3",

# lowdb [![NPM version](https://badge.fury.io/js/lowdb.svg)](http://badge.fury.io/js/lowdb) [![Build Status](https://travis-ci.org/typicode/lowdb.svg?branch=master)](https://travis-ci.org/typicode/lowdb)
> Need a quick way to get a local database for a CLI, a small server or the browser?
> Need a quick way to get a local database for a CLI, an Electron app, a small server or the browser?

@@ -31,4 +31,8 @@ ## Example

_Examples use ES2015 syntax, it's supported by Node 5+. Node 0.12 is supported too but you need to use the older syntax._
__[Click here to try lowdb in the browser.](http://typicode.github.io/lowdb/)__
## Support
Examples use ES2015 syntax, it's supported by Node 5+. Node 0.12 is supported too but you need to use the older syntax.
```js

@@ -39,3 +43,3 @@ // For Node 0.12

_Please note that lowdb can only be run in one instance of Node, it doesn't support Cluster._
Please note also that lowdb can only be run in one instance of Node, it doesn't support Cluster.

@@ -42,0 +46,0 @@ ## Install

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc