classic-level
Advanced tools
Comparing version 1.1.0 to 1.2.0
# Changelog | ||
## [1.2.0] - 2022-03-25 | ||
### Added | ||
- Yield `LEVEL_LOCKED` error when lock is held ([#8](https://github.com/Level/classic-level/issues/8)) ([`aa975de`](https://github.com/Level/classic-level/commit/aa975de)) (Vincent Weevers) | ||
### Fixed | ||
- Fix `getMany()` memory leak ([#9](https://github.com/Level/classic-level/issues/9)) ([`00364c7`](https://github.com/Level/classic-level/commit/00364c7)) (Vincent Weevers). | ||
## [1.1.0] - 2022-03-06 | ||
@@ -18,4 +28,6 @@ | ||
[1.2.0]: https://github.com/Level/classic-level/releases/tag/v1.2.0 | ||
[1.1.0]: https://github.com/Level/classic-level/releases/tag/v1.1.0 | ||
[1.0.0]: https://github.com/Level/classic-level/releases/tag/v1.0.0 |
{ | ||
"name": "classic-level", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "An abstract-level database backed by LevelDB", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -197,3 +197,3 @@ # classic-level | ||
Open the database. The `callback` function will be called with no arguments when successfully opened, or with a single error argument if opening failed. If no callback is provided, a promise is returned. Options passed to `open()` take precedence over options passed to the database constructor. | ||
Open the database. The `callback` function will be called with no arguments when successfully opened, or with a single error argument if opening failed. The database has an exclusive lock (on disk): if another process or instance has already opened the underlying LevelDB store at the given `location` then opening will fail with error code [`LEVEL_LOCKED`](https://github.com/Level/abstract-level#errors). If no callback is provided, a promise is returned. Options passed to `open()` take precedence over options passed to the database constructor. | ||
@@ -200,0 +200,0 @@ The optional `options` object may contain: |
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 10 instances in 1 package
5686293
84386
1