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 3.0.0-beta.7 to 3.0.0-beta.7-debug1

13

package.json
{
"name": "lmdb",
"author": "Kris Zyp",
"version": "3.0.0-beta.7",
"version": "3.0.0-beta.7-debug1",
"description": "Simple, efficient, scalable, high-performance LMDB interface",

@@ -71,3 +71,3 @@ "license": "MIT",

"prebuildify": "prebuildify-platform-packages --debug --napi --target 18.17.1",
"full-publish": "cd prebuilds/win32-x64 && npm publish --tag next --access public && cd ../darwin-x64 && npm publish --tag next --access public && cd ../darwin-arm64 && npm publish --tag next --access public && cd ../linux-x64 && npm publish --tag next --access public && cd ../linux-arm64 && npm publish --tag next --access public && cd ../linux-arm && npm publish --tag next --access public && cd ../.. && npm publish --tag next && node util/remove-optional-deps.cjs",
"full-publish": "cd prebuilds/linux-x64 && npm publish --tag next --access public && cd ../linux-arm64 && npm publish --tag next --access public && cd ../linux-arm && npm publish --tag next --access public && cd ../.. && npm publish --tag next && node util/remove-optional-deps.cjs",
"recompile": "node-gyp clean && node-gyp configure && node-gyp build",

@@ -114,9 +114,6 @@ "test": "mocha test/**.test.js --expose-gc --recursive",

"optionalDependencies": {
"@lmdb/lmdb-darwin-arm64": "3.0.0-beta.7",
"@lmdb/lmdb-darwin-x64": "3.0.0-beta.7",
"@lmdb/lmdb-linux-arm": "3.0.0-beta.7",
"@lmdb/lmdb-linux-arm64": "3.0.0-beta.7",
"@lmdb/lmdb-linux-x64": "3.0.0-beta.7",
"@lmdb/lmdb-win32-x64": "3.0.0-beta.7"
"@lmdb/lmdb-linux-arm": "3.0.0-beta.7-debug1",
"@lmdb/lmdb-linux-arm64": "3.0.0-beta.7-debug1",
"@lmdb/lmdb-linux-x64": "3.0.0-beta.7-debug1"
}
}

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