Socket
Socket
Sign inDemoInstall

lowdb

Package Overview
Dependencies
1
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.2 to 5.0.3

6

package.json
{
"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'

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