Socket
Socket
Sign inDemoInstall

leveldown

Package Overview
Dependencies
Maintainers
4
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leveldown - npm Package Compare versions

Comparing version 5.0.0-0 to 5.0.0-1

4

CHANGELOG.md

@@ -8,3 +8,3 @@ # Changelog

- Rewrite as N-API addon ([#540](https://github.com/level/leveldown/issues/540), [#559](https://github.com/level/leveldown/issues/559)) ([**@ralphtheninja**](https://github.com/ralphtheninja))
- Use `prebuildify` instead of `prebuild` ([#549](https://github.com/level/leveldown/issues/549), [#562](https://github.com/level/leveldown/issues/562)) ([**@ralphtheninja**](https://github.com/ralphtheninja))
- Use `prebuildify` instead of `prebuild` ([#549](https://github.com/level/leveldown/issues/549), [#562](https://github.com/level/leveldown/issues/562), [#571](https://github.com/level/leveldown/issues/571)) ([**@ralphtheninja**](https://github.com/ralphtheninja))
- Update minimum node version required ([#552](https://github.com/level/leveldown/issues/552)) ([**@ralphtheninja**](https://github.com/ralphtheninja))

@@ -30,2 +30,3 @@ - Upgrade Snappy from `1.1.4` to `1.1.7` as a git submodule ([#522](https://github.com/level/leveldown/issues/522), [#535](https://github.com/level/leveldown/issues/535)) ([**@filoozom**](https://github.com/filoozom))

- Replace `remark-cli` with `hallmark` ([#548](https://github.com/level/leveldown/issues/548)) ([**@vweevers**](https://github.com/vweevers))
- Update `.npmignore` (@vweevers)

@@ -53,2 +54,3 @@ ### Added

- Remove unused `iota-array` and `lexicographic-integer` devDependencies ([#508](https://github.com/level/leveldown/issues/508)) ([**@vweevers**](https://github.com/vweevers))
- Remove `xcacheSize` and `xmaxOpenFiles` from leak tests ([#569](https://github.com/level/leveldown/issues/569)) ([**@ralphtheninja**](https://github.com/ralphtheninja))

@@ -55,0 +57,0 @@ ### Fixed

{
"name": "leveldown",
"description": "A low-level Node.js LevelDB binding",
"version": "5.0.0-0",
"version": "5.0.0-1",
"repository": {

@@ -19,4 +19,4 @@ "type": "git",

"fast-future": "~1.0.2",
"napi-macros": "^1.8.1",
"node-gyp-build": "^3.5.1"
"napi-macros": "~1.8.1",
"node-gyp-build": "~3.7.0"
},

@@ -35,3 +35,3 @@ "devDependencies": {

"optimist": "~0.6.1",
"prebuildify": "ralphtheninja/prebuildify",
"prebuildify": "^2.10.0",
"prebuildify-ci": "^1.0.4",

@@ -38,0 +38,0 @@ "readfiletree": "~0.0.1",

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