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 0.5.0 to 0.5.1

2

build/index.d.ts

@@ -1,2 +0,2 @@

export { JsonlDB as DB } from "./lib/db";
export { JsonlDB } from "./lib/db";
//# sourceMappingURL=index.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var db_1 = require("./lib/db");
exports.DB = db_1.JsonlDB;
exports.JsonlDB = db_1.JsonlDB;
//# sourceMappingURL=index.js.map
{
"name": "@alcalzone/jsonl-db",
"version": "0.5.0",
"version": "0.5.1",
"description": "Simple JSONL-based key-value store",

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

"devDependencies": {
"@alcalzone/release-script": "^1.2.0",
"@alcalzone/release-script": "^1.3.1",
"@babel/cli": "^7.8.4",

@@ -39,0 +39,0 @@ "@babel/core": "^7.9.0",

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

### 0.5.1 (2020-04-28)
Fix: The main export no longer exports `JsonlDB` as `DB`.
### 0.5.0 (2020-04-27)

@@ -98,0 +101,0 @@ Added an optional reviver function to transform non-primitive objects while loading the DB

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