Huge News!Announcing our $40M Series B led by Abstract Ventures.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.5.1 to 2.5.2

2

build/lib/db.d.ts

@@ -94,3 +94,3 @@ export interface JsonlDBOptions<V> {

}
export declare class JsonlDB<V extends unknown = unknown> {
export declare class JsonlDB<V = unknown> {
constructor(filename: string, options?: JsonlDBOptions<V>);

@@ -97,0 +97,0 @@ private validateOptions;

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

{
"name": "@alcalzone/jsonl-db",
"version": "2.5.1",
"version": "2.5.2",
"description": "Simple JSONL-based key-value store",

@@ -36,36 +36,38 @@ "main": "./build/index.js",

"devDependencies": {
"@alcalzone/release-script": "~3.4.2",
"@alcalzone/release-script-plugin-license": "~3.4.1",
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.12",
"@alcalzone/release-script": "~3.5.9",
"@alcalzone/release-script-plugin-license": "~3.5.9",
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.4",
"@tsconfig/node12": "^1.0.9",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.0",
"@types/jest": "^27.4.1",
"@types/mock-fs": "^4.13.1",
"@types/node": "^12.20.39",
"@types/proper-lockfile": "^4.1.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.21.0",
"commitizen": "^4.2.4",
"coveralls": "^3.1.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"jest": "^27.4.5",
"jest-extended": "^0.11.5",
"prettier": "^2.5.0",
"jest": "^28.0.3",
"jest-extended": "^2.0.0",
"prettier": "^2.6.2",
"source-map-support": "^0.5.21",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
},
"dependencies": {
"alcalzone-shared": "^4.0.1",
"fs-extra": "^10.0.0",
"fs-extra": "^10.1.0",
"proper-lockfile": "^4.1.2"
},
"overrides": {
"minimist@1.2.5": "^1.2.6"
},
"scripts": {

@@ -72,0 +74,0 @@ "build": "tsc -p tsconfig.build.json",

@@ -6,3 +6,3 @@ # jsonl-db

![Build Status](https://action-badges.now.sh/AlCalzone/jsonl-db)
[![Coverage Status](https://img.shields.io/coveralls/github/AlCalzone/jsonl-db.svg)](https://coveralls.io/github/AlCalzone/jsonl-db)
<!-- [![Coverage Status](https://img.shields.io/coveralls/github/AlCalzone/jsonl-db.svg)](https://coveralls.io/github/AlCalzone/jsonl-db) -->
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/AlCalzone/jsonl-db.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/AlCalzone/jsonl-db/context:javascript)

@@ -154,2 +154,5 @@ [![node](https://img.shields.io/node/v/@alcalzone/jsonl-db.svg) ![npm](https://img.shields.io/npm/v/@alcalzone/jsonl-db.svg)](https://www.npmjs.com/package/@alcalzone/jsonl-db)

-->
### 2.5.2 (2022-05-02)
* Dependency updates
### 2.5.1 (2022-02-13)

@@ -156,0 +159,0 @@ * Allow setting minimum retry timeout

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