New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@alcalzone/jsonl-db

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alcalzone/jsonl-db - npm Package Compare versions

Comparing version 2.4.2 to 2.4.3

3

build/lib/db.js

@@ -525,2 +525,5 @@ "use strict";

task = { type: "compress", done: (0, deferred_promise_1.createDeferredPromise)() };
// but catch errors!
// eslint-disable-next-line @typescript-eslint/no-empty-function
task.done.catch(() => { });
}

@@ -527,0 +530,0 @@ else {

2

package.json
{
"name": "@alcalzone/jsonl-db",
"version": "2.4.2",
"version": "2.4.3",
"description": "Simple JSONL-based key-value store",

@@ -5,0 +5,0 @@ "main": "./build/index.js",

@@ -145,2 +145,5 @@ # jsonl-db

-->
### 2.4.3 (2022-02-09)
* Errors while automatically compressing the DB are now caught
### 2.4.2 (2022-02-09)

@@ -147,0 +150,0 @@ * Errors while automatically restoring the DB from a backup or dump are now caught

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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