Socket
Socket
Sign inDemoInstall

lmdb

Package Overview
Dependencies
5
Maintainers
3
Versions
168
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.9.0-locks.1 to 2.9.0-locks.2

14

package.json
{
"name": "lmdb",
"author": "Kris Zyp",
"version": "2.9.0-locks.1",
"version": "2.9.0-locks.2",
"description": "Simple, efficient, scalable, high-performance LMDB interface",

@@ -108,9 +108,9 @@ "license": "MIT",

"optionalDependencies": {
"@lmdb/lmdb-darwin-arm64": "2.9.0-locks.1",
"@lmdb/lmdb-darwin-x64": "2.9.0-locks.1",
"@lmdb/lmdb-linux-arm": "2.9.0-locks.1",
"@lmdb/lmdb-linux-arm64": "2.9.0-locks.1",
"@lmdb/lmdb-linux-x64": "2.9.0-locks.1",
"@lmdb/lmdb-win32-x64": "2.9.0-locks.1"
"@lmdb/lmdb-darwin-arm64": "2.9.0-locks.2",
"@lmdb/lmdb-darwin-x64": "2.9.0-locks.2",
"@lmdb/lmdb-linux-arm": "2.9.0-locks.2",
"@lmdb/lmdb-linux-arm64": "2.9.0-locks.2",
"@lmdb/lmdb-linux-x64": "2.9.0-locks.2",
"@lmdb/lmdb-win32-x64": "2.9.0-locks.2"
}
}

@@ -340,3 +340,4 @@ import { getAddress, getBufferAddress, write, compress, lmdbError } from './native.js';

}
if (ifVersion === undefined) {
// if it is not conditional because of ifVersion or has any flags that can make the write conditional
if (ifVersion === undefined && !(flags & 0x22030)) {
if (writtenBatchDepth > 1) {

@@ -343,0 +344,0 @@ if (!resolution.flag && !store.cache)

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc