Socket
Socket
Sign inDemoInstall

lmdb

Package Overview
Dependencies
Maintainers
3
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lmdb - npm Package Compare versions

Comparing version 2.7.8 to 2.7.9

14

package.json
{
"name": "lmdb",
"author": "Kris Zyp",
"version": "2.7.8",
"version": "2.7.9",
"description": "Simple, efficient, scalable, high-performance LMDB interface",

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

"optionalDependencies": {
"@lmdb/lmdb-darwin-arm64": "2.7.8",
"@lmdb/lmdb-darwin-x64": "2.7.8",
"@lmdb/lmdb-linux-arm": "2.7.8",
"@lmdb/lmdb-linux-arm64": "2.7.8",
"@lmdb/lmdb-linux-x64": "2.7.8",
"@lmdb/lmdb-win32-x64": "2.7.8"
"@lmdb/lmdb-darwin-arm64": "2.7.9",
"@lmdb/lmdb-darwin-x64": "2.7.9",
"@lmdb/lmdb-linux-arm": "2.7.9",
"@lmdb/lmdb-linux-arm64": "2.7.9",
"@lmdb/lmdb-linux-x64": "2.7.9",
"@lmdb/lmdb-win32-x64": "2.7.9"
}
}

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

if (unwrittenResolution.flag !== HAS_TXN) {
if (unwrittenResolution.flag === NO_RESOLVE && !unwrittenResolution.store) {
if (unwrittenResolution.flag === NO_RESOLVE && !unwrittenResolution.meta) {
// in this case we can completely remove from the linked list, clearing more memory

@@ -431,0 +431,0 @@ lastPromisedResolution.next = unwrittenResolution = unwrittenResolution.next;

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