Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lmdb-store

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lmdb-store - npm Package Compare versions

Comparing version 0.3.15 to 0.3.16

4

index.js

@@ -162,3 +162,3 @@ const fs = require('fs-extra')

} catch(error) {
return handleError(error, this, txn, () => this.get(id, copy, shared))
return handleError(error, this, txn, () => this.get(id, copy))
}

@@ -565,4 +565,4 @@ }

console.log('Resizing database', name, 'to', newSize)
env.resize(newSize)
console.log('Resized database', name, 'to', newSize)
readTxn = env.beginTxn(READING_TNX)

@@ -569,0 +569,0 @@ readTxn.reset()

{
"name": "lmdb-store",
"author": "Kris Zyp",
"version": "0.3.15",
"version": "0.3.16",
"description": "Simple, effiecent, scalable data store wrapper for LDMB",

@@ -6,0 +6,0 @@ "license": "MIT",

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