Comparing version 5.0.2 to 5.0.3
{ | ||
"name": "lowdb", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "Tiny local JSON database for Node, Electron and the browser", | ||
@@ -32,4 +32,4 @@ "keywords": [ | ||
".": "./lib/index.js", | ||
"./node.js": "./lib/node.js", | ||
"./browser.js": "./lib/browser.js" | ||
"./node": "./lib/node.js", | ||
"./browser": "./lib/browser.js" | ||
}, | ||
@@ -36,0 +36,0 @@ "types": "lib", |
@@ -69,3 +69,4 @@ # lowdb [![](http://img.shields.io/npm/dm/lowdb.svg?style=flat)](https://www.npmjs.org/package/lowdb) [![Node.js CI](https://github.com/typicode/lowdb/actions/workflows/node.js.yml/badge.svg)](https://github.com/typicode/lowdb/actions/workflows/node.js.yml) | ||
// This will work for a local JSON file, for browser usage see examples/ directory | ||
// Data will be saved to a local JSON file | ||
// For browser usage, see examples/ directory | ||
import { Low } from 'lowdb' | ||
@@ -72,0 +73,0 @@ import { JSONFile } from 'lowdb/node' |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
357