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 0.13.0-beta.1 to 0.13.0-beta.2

lib/index.node.js

3

lib/index.js

@@ -18,5 +18,2 @@ 'use strict';

// Apply mixin option
if (options.mixin) _.mixin(options.mixin);
var db = _.chain({});

@@ -23,0 +20,0 @@

{
"name": "lowdb",
"version": "0.13.0-beta.1",
"version": "0.13.0-beta.2",
"description": "JSON database for Node and the browser powered by lodash",

@@ -19,3 +19,3 @@ "keywords": [

],
"main": ".",
"main": "./lib",
"scripts": {

@@ -68,2 +68,3 @@ "test": "babel-node test/all | tap-spec",

"browser": {
"./src/file-sync.js": "./src/browser.js",
"./lib/file-sync.js": "./lib/browser.js"

@@ -70,0 +71,0 @@ },

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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