Socket
Socket
Sign inDemoInstall

lowdb

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lowdb - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

3

package.json
{
"name": "lowdb",
"version": "2.0.2",
"version": "2.0.3",
"description": "Tiny local JSON database for Node, Electron and the browser",

@@ -63,2 +63,3 @@ "type": "module",

},
"types": "lib",
"ava": {

@@ -65,0 +66,0 @@ "extensions": {

@@ -218,3 +218,3 @@ # 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)

```js
new LowSync(new LocalStorage())
new LowSync(new LocalStorage(name))
```

@@ -221,0 +221,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc