Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/Level/level-ws

A basic writable stream for abstract-level databases.
https://github.com/Level/level-ws

Bump actions/setup-node from 3 to 4

dependabot[bot] opened this pull request 12 months ago
Bump actions/checkout from 3 to 4

dependabot[bot] opened this pull request about 1 year ago
Bump readable-stream from 3.6.0 to 4.0.0

dependabot[bot] opened this pull request over 2 years ago
Bump standard from 16.0.4 to 17.0.0

dependabot[bot] opened this pull request over 2 years ago
Bump tempy from 1.0.1 to 3.0.0

dependabot[bot] opened this pull request over 2 years ago
Bump codecov/codecov-action from 2 to 3

dependabot[bot] opened this pull request over 2 years ago
Bump level from 7.0.1 to 8.0.0

dependabot[bot] opened this pull request over 2 years ago
Bump actions/checkout from 2 to 3

dependabot[bot] opened this pull request over 2 years ago
Bump actions/setup-node from 2 to 3

dependabot[bot] opened this pull request over 2 years ago
Bump hallmark from 3.1.0 to 4.1.0

dependabot[bot] opened this pull request over 2 years ago
Bump hallmark from 3.1.0 to 4.0.0

dependabot[bot] opened this pull request almost 3 years ago
Bump tempy from 1.0.1 to 2.0.0

dependabot[bot] opened this pull request about 3 years ago
Bump codecov/codecov-action from 1 to 2.0.2

dependabot[bot] opened this pull request about 3 years ago
chore(ci): move to github actions

n370 opened this pull request over 3 years ago
Bump hallmark from 2.1.0 to 3.1.0

dependabot[bot] opened this pull request almost 4 years ago
Bump tape from 4.13.3 to 5.0.1

dependabot[bot] opened this pull request almost 4 years ago
Configure dependabot

vweevers opened this pull request almost 4 years ago
Update nyc to the latest version 🚀

greenkeeper[bot] opened this pull request almost 5 years ago
Update level to the latest version 🚀

greenkeeper[bot] opened this pull request almost 5 years ago
Update hallmark to the latest version 🚀

greenkeeper[bot] opened this pull request about 5 years ago
Update standard to the latest version 🚀

greenkeeper[bot] opened this pull request about 5 years ago
Update dependency-check to the latest version 🚀

greenkeeper[bot] opened this pull request about 5 years ago
Update hallmark to the latest version 🚀

greenkeeper[bot] opened this pull request over 5 years ago
Update standard to the latest version 🚀

greenkeeper[bot] opened this pull request over 5 years ago
Update tempy to the latest version 🚀

greenkeeper[bot] opened this pull request over 5 years ago
Update nyc to the latest version 🚀

greenkeeper[bot] opened this pull request over 5 years ago
Prepare 2.0.0

vweevers opened this pull request over 5 years ago
Release 2.0.0

vweevers opened this issue over 5 years ago
Update level to the latest version 🚀

greenkeeper[bot] opened this pull request over 5 years ago
Update nyc to the latest version 🚀

greenkeeper[bot] opened this pull request over 5 years ago
Apply common project tweaks (round 2)

vweevers opened this pull request almost 6 years ago
Apply common project tweaks

vweevers opened this pull request almost 6 years ago
Readable stream v3

ralphtheninja opened this pull request almost 6 years ago
Replace xtend with Object.assign

ukstv opened this pull request almost 6 years ago
Update standard to the latest version 🚀

greenkeeper[bot] opened this pull request about 6 years ago
Update readable-stream to the latest version 🚀

greenkeeper[bot] opened this pull request about 6 years ago
Prepare 1.0.0

ralphtheninja opened this pull request over 6 years ago
Test edge cases

vweevers opened this pull request over 6 years ago
Change maxBufferLength to pause rather than drop writes

vweevers opened this pull request over 6 years ago
Remove toString()?

ralphtheninja opened this issue over 6 years ago
Link to node 8 lts version of Writable

ralphtheninja opened this pull request over 6 years ago
Pass complete object in _write() extending default type

ralphtheninja opened this pull request over 6 years ago
Pass through complete object in _write()

ralphtheninja opened this issue over 6 years ago
Low hanging fruit

vweevers opened this pull request over 6 years ago
Fix flush race condition

vweevers opened this pull request over 6 years ago
Remove redundant !buffer check

ralphtheninja opened this issue over 6 years ago
Remove buffer.map

ralphtheninja opened this pull request over 6 years ago
Add UPGRADING.md

ralphtheninja opened this pull request over 6 years ago
Add CHANGELOG.md

ralphtheninja opened this pull request over 6 years ago
Remove non-standard destroySoon?

vweevers opened this issue over 6 years ago
Remove jshintrc

vweevers opened this issue over 6 years ago
npm run coverage error

ralphtheninja opened this issue over 6 years ago
Fix _destroy to emit close after error

vweevers opened this pull request over 6 years ago
Change maxBufferLength logic

vweevers opened this issue over 6 years ago
Test flushing of remaining buffer in _final

vweevers opened this issue over 6 years ago
Test rare flush error

vweevers opened this issue over 6 years ago
Fix coveralls

vweevers opened this pull request over 6 years ago
Link to a specific version of node.js docs

vweevers opened this issue over 6 years ago
Add nyc and coveralls

vweevers opened this pull request over 6 years ago
Add code coverage

vweevers opened this issue over 6 years ago
Fix race condition by flushing before finish

vweevers opened this pull request over 6 years ago
Test event order of destroy

vweevers opened this issue over 6 years ago
Add failing test for race condition

vweevers opened this pull request over 6 years ago
Use tempy in tests and remove cleanup()

vweevers opened this issue over 6 years ago
Update README style

ralphtheninja opened this pull request over 6 years ago
Remove encoding options

ralphtheninja opened this pull request over 6 years ago
Verify results once instead of verifying each element

ralphtheninja opened this pull request over 6 years ago
Remove patching db, export single function, flip constructor parameters

ralphtheninja opened this pull request over 6 years ago
Replace this._destroyed with this.destroyed from Writable

ralphtheninja opened this pull request over 6 years ago
Remove this._db.isOpen() checks

ralphtheninja opened this pull request over 6 years ago
Remove this.{writable,readable} state

ralphtheninja opened this pull request over 6 years ago
Remove node 4

ralphtheninja opened this issue over 6 years ago
Rewrite flush logic

ralphtheninja opened this pull request over 6 years ago
Simplify verification logic in tests

ralphtheninja opened this issue over 6 years ago
Get rid of this._db.isOpen() checks

ralphtheninja opened this issue over 6 years ago
Use .destroyed state and get rid of ._destroyed

ralphtheninja opened this issue over 6 years ago
Remove encoding options

ralphtheninja opened this issue over 6 years ago
Remove this.writable and this.readable state

ralphtheninja opened this issue over 6 years ago
[WIP] Try _final and _destroy

ralphtheninja opened this pull request over 6 years ago
[WIP] Use flush-write-stream to solve race conditions

ralphtheninja opened this pull request over 6 years ago
Add standard

ralphtheninja opened this pull request over 6 years ago
Remove patching db

ralphtheninja opened this issue over 6 years ago
Add UPGRADING.md

ralphtheninja opened this issue over 6 years ago
Update dependencies

ralphtheninja opened this issue over 6 years ago
An in-range update of tape is breaking the build 🚨

greenkeeper[bot] opened this issue over 6 years ago
Replace "util.inherits" with "inherits"

vweevers opened this issue over 6 years ago
An in-range update of level is breaking the build 🚨

greenkeeper[bot] opened this issue over 6 years ago
An in-range update of level is breaking the build 🚨

greenkeeper[bot] opened this issue over 6 years ago
Version 10 of node.js has been released

greenkeeper[bot] opened this issue over 6 years ago
An in-range update of readable-stream is breaking the build 🚨

greenkeeper[bot] opened this issue over 6 years ago
use ^ for devDependencies

ralphtheninja opened this issue over 6 years ago
switch to plain MIT license

ralphtheninja opened this issue over 6 years ago
Add standard

ralphtheninja opened this issue over 6 years ago
Update README.md style

ralphtheninja opened this issue over 6 years ago
Use a higher-level module to handle flushing

vweevers opened this issue over 6 years ago
Release v1.0.0

ralphtheninja opened this issue over 6 years ago
Add CHANGELOG.md

ralphtheninja opened this issue over 6 years ago
👻😱 Node.js 0.10 is unmaintained 😱👻

greenkeeperio-bot opened this pull request almost 8 years ago
Race conditions

juliangruber opened this issue over 8 years ago
Update all dependencies 🌴

greenkeeperio-bot opened this pull request almost 9 years ago