blockstore-level
Advanced tools
Comparing version 0.0.0 to 1.0.0
@@ -22,3 +22,3 @@ import type { Options, Pair } from 'interface-blockstore'; | ||
private readonly opts; | ||
private base; | ||
private readonly base; | ||
constructor(path: string | Level<string, Uint8Array>, init?: LevelBlockstoreInit); | ||
@@ -25,0 +25,0 @@ open(): Promise<void>; |
{ | ||
"name": "blockstore-level", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"description": "Blockstore implementation with level(up|down) backend", | ||
@@ -144,3 +144,4 @@ "license": "Apache-2.0 OR MIT", | ||
"test:electron-main": "aegir test -t electron-main", | ||
"dep-check": "aegir dep-check" | ||
"dep-check": "aegir dep-check", | ||
"docs": "aegir docs" | ||
}, | ||
@@ -150,6 +151,3 @@ "dependencies": { | ||
"interface-blockstore": "^5.0.0", | ||
"it-filter": "^2.0.0", | ||
"it-map": "^2.0.0", | ||
"it-sort": "^2.0.0", | ||
"it-take": "^2.0.0", | ||
"interface-store": "^4.0.0", | ||
"level": "^8.0.0", | ||
@@ -156,0 +154,0 @@ "multiformats": "^11.0.2" |
@@ -14,2 +14,3 @@ # blockstore-level <!-- omit in toc --> | ||
- [Browser `<script>` tag](#browser-script-tag) | ||
- [API Docs](#api-docs) | ||
- [License](#license) | ||
@@ -32,2 +33,6 @@ - [Contribute](#contribute) | ||
## API Docs | ||
- <https://ipfs.github.io/js-blockstore-level> | ||
## License | ||
@@ -34,0 +39,0 @@ |
@@ -26,3 +26,3 @@ import type { Options, Pair } from 'interface-blockstore' | ||
private readonly opts: OpenOptions | ||
private base: MultibaseCodec<string> | ||
private readonly base: MultibaseCodec<string> | ||
@@ -29,0 +29,0 @@ constructor (path: string | Level<string, Uint8Array>, init: LevelBlockstoreInit = {}) { |
Sorry, the diff of this file is too big to display
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5
0
54
113729
10
643
+ Addedinterface-store@^4.0.0
+ Addedinterface-store@4.1.0(transitive)
- Removedit-filter@^2.0.0
- Removedit-map@^2.0.0
- Removedit-sort@^2.0.0
- Removedit-take@^2.0.0
- Removedit-all@2.0.1(transitive)
- Removedit-filter@2.0.2(transitive)
- Removedit-map@2.0.1(transitive)
- Removedit-sort@2.0.1(transitive)
- Removedit-take@2.0.1(transitive)