Socket
Socket
Sign inDemoInstall

leveldown

Package Overview
Dependencies
Maintainers
3
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.4.1 to 5.5.0

prebuilds/linux-arm/node.napi.armv6.node

15

CHANGELOG.md

@@ -5,2 +5,15 @@ # Changelog

## [5.5.0] - 2020-02-19
### Changed
- Refactor initial seek ([#689](https://github.com/Level/leveldown/issues/689)) ([**@vweevers**](https://github.com/vweevers))
- Refactor: move `CheckEndCallback` to `Iterator` ([#690](https://github.com/Level/leveldown/issues/690)) ([**@vweevers**](https://github.com/vweevers))
- Use `prebuildify-cross` ([#694](https://github.com/Level/leveldown/issues/694)) ([**@vweevers**](https://github.com/vweevers))
- Upgrade `electron` devDependency from `^6.0.12` to `^7.0.1` ([`d092e6b`](https://github.com/Level/leveldown/commit/d092e6b)) ([**@vweevers**](https://github.com/vweevers))
### Added
- Add ARMv6 prebuild ([#704](https://github.com/Level/leveldown/issues/704)) ([**@christianbundy**](https://github.com/christianbundy))
## [5.4.1] - 2019-10-26

@@ -1057,2 +1070,4 @@

[5.5.0]: https://github.com/Level/leveldown/compare/v5.4.1...v5.5.0
[5.4.1]: https://github.com/Level/leveldown/compare/v5.4.0...v5.4.1

@@ -1059,0 +1074,0 @@

7

CONTRIBUTORS.md

@@ -23,5 +23,5 @@ # Contributors

| **Braydon Fuller** | [**@braydonf**](https://github.com/braydonf) | |
| **duralog** | | |
| **James Butler** | [**@sandfox**](https://github.com/sandfox) | |
| **Oguz Bastemur** | [**@obastemur**](https://github.com/obastemur) | [**@obastemur@twitter**](https://twitter.com/obastemur) |
| **duralog** | | |
| **Aaron Bieber** | [**@qbit**](https://github.com/qbit) | |

@@ -32,3 +32,5 @@ | **Adam Bliss** | [**@abliss**](https://github.com/abliss) | |

| **Andrew Kelley** | [**@andrewrk**](https://github.com/andrewrk) | |
| **Christian Bundy** | | |
| **Dean Landolt** | [**@deanlandolt**](https://github.com/deanlandolt) | |
| **flames of love** | | |
| **Huan LI** | [**@zixia**](https://github.com/zixia) | [**@zixia@twitter**](https://twitter.com/zixia) |

@@ -40,2 +42,3 @@ | **Joyee Cheung** | [**@joyeecheung**](https://github.com/joyeecheung) | [**@joyeecheung@twitter**](https://twitter.com/joyeecheung) |

| **Michael Nisi** | [**@michaelnisi**](https://github.com/michaelnisi) | |
| **mscdex** | [**@mscdex**](https://github.com/mscdex) | |
| **Nathan Shively-Sanders** | [**@sandersn**](https://github.com/sandersn) | |

@@ -47,3 +50,1 @@ | **No9** | | |

| **Tim Kuijsten** | [**@timkuijsten**](https://github.com/timkuijsten) | [**@timkuijsten@mastodon.social**](https://mastodon.social/@timkuijsten) |
| **flames of love** | | |
| **mscdex** | [**@mscdex**](https://github.com/mscdex) | |
{
"name": "leveldown",
"version": "5.4.1",
"version": "5.5.0",
"description": "A low-level Node.js LevelDB binding",

@@ -18,11 +18,9 @@ "license": "MIT",

"hallmark": "hallmark --fix",
"dependency-check": "dependency-check --no-dev -i napi-macros . test/*.js bench/*.js",
"dependency-check": "dependency-check --no-dev -i napi-macros . test/*.js",
"prepublishOnly": "npm run dependency-check",
"prebuild-arm": "npm run prebuild-linux-armv7 && npm run prebuild-linux-arm64 && npm run prebuild-android-armv7 && npm run prebuild-android-arm64",
"prebuild-linux-armv7": "IMAGE=linux-armv7 ./scripts/cross-compile --tag-armv",
"prebuild-linux-arm64": "IMAGE=linux-arm64 ./scripts/cross-compile --tag-armv",
"prebuild-android-armv7": "IMAGE=android-armv7 ./scripts/cross-compile --tag-armv",
"prebuild-android-arm64": "IMAGE=android-arm64 ./scripts/cross-compile --tag-armv",
"prebuild-alpine": "IMAGE=alpine ./scripts/cross-compile --tag-libc",
"prebuild-centos7": "IMAGE=centos7-devtoolset7 ./scripts/cross-compile"
"prebuild-arm": "npm run prebuild-linux-arm && npm run prebuild-android-arm",
"prebuild-linux-arm": "prebuildify-cross -i linux-armv6 -i linux-armv7 -i linux-arm64 -t 8.14.0 --napi --strip",
"prebuild-android-arm": "prebuildify-cross -i android-armv7 -i android-arm64 -t 8.14.0 --napi --strip",
"prebuild-linux-x64": "prebuildify-cross -i centos7-devtoolset7 -i alpine -t 8.14.0 --napi --strip",
"prebuild-darwin-x64": "prebuildify -t 8.14.0 --napi --strip"
},

@@ -41,3 +39,3 @@ "dependencies": {

"du": "^1.0.0",
"electron": "^6.0.12",
"electron": "^7.0.1",
"faucet": "^0.0.1",

@@ -53,2 +51,3 @@ "glob": "^7.1.3",

"prebuildify-ci": "^1.0.4",
"prebuildify-cross": "github:prebuild/prebuildify-cross#v4.0.0",
"readfiletree": "^1.0.0",

@@ -55,0 +54,0 @@ "rimraf": "^3.0.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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