Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 0.7.1 to 0.7.2

2

package.json
{
"name": "lowdb",
"version": "0.7.1",
"version": "0.7.2",
"description": "Flat JSON file database",

@@ -5,0 +5,0 @@ "keywords": [

@@ -91,3 +91,8 @@ var fs = require('fs')

if (data) {
db.object = low.parse(data)
try {
db.object = low.parse(data)
} catch (e) {
e.message += ' (' + file + ')'
throw e
}
} else {

@@ -94,0 +99,0 @@ db.saveSync()

@@ -5,5 +5,5 @@ {

"a": 1,
"id": "e7f79cd4-6307-4d0a-ac25-de4bfaee4dfa"
"id": "aced2566-f5e2-4f7d-8235-dc9ff5d94045"
}
]
}
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