Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

> Fast & simple storage. A Node.js-style `LevelDB` wrapper for Node.js, Electron and browsers.

[![level badge][level-badge]](https://github.com/level/awesome)
[![level badge][level-badge]](https://github.com/Level/awesome)
[![npm](https://img.shields.io/npm/v/level.svg?label=&logo=npm)](https://www.npmjs.com/package/level)
[![Node version](https://img.shields.io/node/v/level.svg)](https://www.npmjs.com/package/level)
[![Travis](https://img.shields.io/travis/Level/level.svg?logo=travis&label=)](http://travis-ci.org/Level/level)
[![Travis](https://img.shields.io/travis/Level/level.svg?logo=travis&label=)](https://travis-ci.org/Level/level)
[![AppVeyor](https://img.shields.io/appveyor/ci/Level/level.svg?logo=appveyor&label=)](https://ci.appveyor.com/project/Level/level)
[![Coverage Status](https://coveralls.io/repos/github/Level/level/badge.svg)](https://coveralls.io/github/Level/level)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
Expand Down Expand Up @@ -33,7 +33,7 @@

This is a convenience package that:

- exports a function that returns a [`levelup`](https://github.com/level/levelup#ctor) instance when invoked
- exports a function that returns a [`levelup`](https://github.com/Level/levelup#ctor) instance when invoked
- bundles the current release of [`leveldown`][leveldown] and [`level-js`][level-js]
- leverages encodings using [`encoding-down`][encoding-down].

Expand Down Expand Up @@ -478,8 +478,8 @@ To sustain [`Level`](https://github.com/Level) and its activities, become a back

[level-badge]: http://leveldb.org/img/badge.svg

[leveldown]: https://github.com/level/leveldown
[leveldown]: https://github.com/Level/leveldown

[level-js]: https://github.com/level/level-js
[level-js]: https://github.com/Level/level-js

[encoding-down]: https://github.com/level/encoding-down
[encoding-down]: https://github.com/Level/encoding-down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"test-browser-local": "airtap --local test-browser.js",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"postinstall": "opencollective-postinstall || exit 0",
"hallmark": "hallmark --fix"
"hallmark": "hallmark --fix",
"dependency-check": "dependency-check . browser.js test*.js",
"prepublishOnly": "npm run dependency-check"
},
"browser": "browser.js",
"dependencies": {
Expand All @@ -21,6 +23,7 @@
"devDependencies": {
"airtap": "^2.0.1",
"coveralls": "^3.0.2",
"dependency-check": "^3.3.0",
"hallmark": "^0.1.0",
"level-community": "^3.0.0",
"nyc": "^12.0.2",
Expand Down