Socket
Socket
Sign inDemoInstall

lowdb

Package Overview
Dependencies
7
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.12.0 to 0.12.1

6

index.js

@@ -21,3 +21,7 @@ 'use strict';

chain[method] = _.flow(chain[method], function (arg) {
var v = arg.value ? arg.value() : arg;
var v = undefined;
if (arg) {
v = arg.value ? arg.value() : arg;
}
var s = save();

@@ -24,0 +28,0 @@

2

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

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

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