Ecosyste.ms: OpenCollective

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

NAPI-RS

NAPI-RS is a framework for building pre-compiled Node.js addons in Rust.
Collective - Host: opensource - https://opencollective.com/napi-rs - Code: https://github.com/napi-rs/napi-rs

Merge pull request #584 from napi-rs/fix-js-string-leak

fix(napi): JsString* leak in from_js_value

github.com/napi-rs/napi-rs - 4e50a6eccf79eef2b42577c5e2f6c3ca13be2ee9 authored over 3 years ago by LongYinan <[email protected]>
fix(napi): JsString* leak in from_js_value

github.com/napi-rs/napi-rs - 66ff37d9ff24ee6b478c5850d08df8d673eaf594 authored over 3 years ago by LongYinan <[email protected]>
Merge pull request #582 from pimeys/handle-manual-drop-leaks

Allow dropping of string&buffer values when converting

github.com/napi-rs/napi-rs - 33de299e1d62c5b1f39309c0af71e2da300aed8c authored over 3 years ago by LongYinan <[email protected]>
Allow dropping of string&buffer values when converting

github.com/napi-rs/napi-rs - 3db5c56fbf5b97226efacd2a0dd92f7cdac5de6a authored over 3 years ago by Julius de Bruijn <[email protected]>
Merge pull request #579 from napi-rs/fix-memory-alloc

fix(napi): wrong memory location of data in future resolved callback

github.com/napi-rs/napi-rs - 185074f11dd34630e82f0e4ad5d6fbdca9c9090c authored over 3 years ago by LongYinan <[email protected]>
fix(napi): wrong memory location of data in future resolved callback

github.com/napi-rs/napi-rs - f792feba0bdb6ecb8ed7294111ca598e5551bb09 authored over 3 years ago by LongYinan <[email protected]>
ci: fix FreeBSD

github.com/napi-rs/napi-rs - a90dacd709b8636f15e8c4f581889657b4fe6382 authored over 3 years ago by LongYinan <[email protected]>
Merge pull request #578 from napi-rs/arraybuffer

feat(napi): impl more types AsRef and AsMut for TypedArray

github.com/napi-rs/napi-rs - b707d9bb82e9cd1ebc46bde43f7b768d68d8c894 authored over 3 years ago by LongYinan <[email protected]>
feat(napi): impl more types AsRef and AsMut for TypedArray

github.com/napi-rs/napi-rs - bb9a819188246dd68c88be6e98eecc9e712cae9b authored over 3 years ago by LongYinan <[email protected]>
build(deps): bump fdir from 5.0.0 to 5.1.0

github.com/napi-rs/napi-rs - afcdfb9574432f18d1c7d890d3299bac57b6c1b2 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump @typescript-eslint/parser from 4.23.0 to 4.24.0

github.com/napi-rs/napi-rs - a3dff4e9edd2f461ca853b8fd3a858599c2aea7e authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump @types/lodash from 4.14.169 to 4.14.170

github.com/napi-rs/napi-rs - 2d399aa9cca5b2a5576a59e146f610fc41449738 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump eslint from 7.26.0 to 7.27.0

github.com/napi-rs/napi-rs - 583f408fc6df2fa79e16c17b6083f745cde67f29 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump ts-node from 9.1.1 to 10.0.0

github.com/napi-rs/napi-rs - 2ea6f8668b4b092020812c5fa3a86c471595696b authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump @typescript-eslint/eslint-plugin

github.com/napi-rs/napi-rs - f9bc9bb290be011137c7cfc9f8b3cb3709cf220a authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump eslint-plugin-import from 2.23.2 to 2.23.3

github.com/napi-rs/napi-rs - 48f084bc5a13d7943875bcd20ae3722bd98c4ffc authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump @types/node from 15.3.0 to 15.6.0

github.com/napi-rs/napi-rs - af40e9df0dafa2336524e19698d646459f9a92bf authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump inquirer from 8.0.0 to 8.1.0

github.com/napi-rs/napi-rs - 42dd33ec88aec8736a3e509f81a1ac841af36a49 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #568 from orangecms/patch-1

github.com/napi-rs/napi-rs - 9b7b6b0eaffe652c332e2b1f6e9ab916f46c3696 authored over 3 years ago by LongYinan <[email protected]>
readme: fix references to Node-API after its renaming

It has been renaned, see also:
https://nodejs.medium.com/renaming-n-api-to-node-api-27aa8ca30ed8

github.com/napi-rs/napi-rs - 983c8cc7bd6ffcc2be61954ed625847fc9c64863 authored over 3 years ago by Daniel Maslowski <[email protected]>
Merge pull request #565 from napi-rs/napi-raw

refactor: change more generic constraint from NapiValue => NapiRaw

github.com/napi-rs/napi-rs - be27e3e09730ee6b2fc251eb2fad563ca155ff59 authored over 3 years ago by LongYinan <[email protected]>
refactor: change more generic constraint from NapiValue => NapiRaw

github.com/napi-rs/napi-rs - 457cc6f1eed08ada68f147f6347cdf884fb5e775 authored over 3 years ago by LongYinan <[email protected]>
build(deps-dev): bump @types/node from 15.0.2 to 15.3.0

github.com/napi-rs/napi-rs - d1ff0fd77e7007bf35d6e834b298c7bd4107ecdb authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump @typescript-eslint/eslint-plugin

github.com/napi-rs/napi-rs - 09f18d168fd2fe109bd603f6818c5e37a18851bb authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump eslint-plugin-import from 2.22.1 to 2.23.2

github.com/napi-rs/napi-rs - ba9ea0d4ef5fb62086a44fed59a1b5272c6e17f4 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump @typescript-eslint/parser from 4.22.1 to 4.23.0

github.com/napi-rs/napi-rs - 1d02d98bf8ca6e1b32f294b7df867572fdcf24ce authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump @types/lodash from 4.14.168 to 4.14.169

github.com/napi-rs/napi-rs - 86b704fe71a41bafd94718a84aa9eb42e4afb8e2 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #558 from napi-rs/bench-array

bench: add array suite

github.com/napi-rs/napi-rs - 07a60125d51c2053aff9daa457f634783c5e6e02 authored over 3 years ago by LongYinan <[email protected]>
style: apply latest prettier and eslint rules

github.com/napi-rs/napi-rs - 22099972d23ce1f6a58eab1d06238936fa33e055 authored over 3 years ago by LongYinan <[email protected]>
bench: add array suite

github.com/napi-rs/napi-rs - b01dae728bd1925144e15155f6b3f297d184c548 authored over 3 years ago by LongYinan <[email protected]>
ci: pin rust toolchain on 1.51.0 on windows-i686 target

github.com/napi-rs/napi-rs - 1986cf0c9ab5847e78a93f47b1360a189eab2a8b authored over 3 years ago by LongYinan <[email protected]>
build(deps-dev): bump @typescript-eslint/parser from 4.22.0 to 4.22.1

github.com/napi-rs/napi-rs - ec8bb3b548fc57e4404225cd8891dff9f060046d authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump prettier from 2.2.1 to 2.3.0

github.com/napi-rs/napi-rs - 424e2612eea113b9b5bdfe97495065970100df9f authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump @types/node from 15.0.1 to 15.0.2

github.com/napi-rs/napi-rs - 70ddd99720f7b99956e464bcfeed12537d2dd036 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump eslint from 7.25.0 to 7.26.0

github.com/napi-rs/napi-rs - ef3db1112e02e964f1560ab6d22788242d444607 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump @typescript-eslint/eslint-plugin

github.com/napi-rs/napi-rs - 82269e91b69922d5193e06c9b36b322e392e6069 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump lint-staged from 10.5.4 to 11.0.0

github.com/napi-rs/napi-rs - 6b33cad1fa31c01567f9e9c8c0a5383fcff3d709 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #551 from napi-rs/rust-1.52

chore: apply 1.52 clippy rules

github.com/napi-rs/napi-rs - 6a43ed64f453ad4b4222e626edd1be798e116e6d authored over 3 years ago by LongYinan <[email protected]>
chore: apply 1.52 clippy rules

github.com/napi-rs/napi-rs - 1553bf7bc4170b37d945951278af08ab39b95a75 authored over 3 years ago by LongYinan <[email protected]>
build(deps-dev): bump c8 from 7.7.1 to 7.7.2

github.com/napi-rs/napi-rs - 255e556d7244dd25c973a8606f9468bd5df6000c authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump @types/node from 14.14.41 to 15.0.1

github.com/napi-rs/napi-rs - 6e8ef39d87b1852a71d9c2f825eeef9fec05f4c1 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(napi): upgrade once_cell

github.com/napi-rs/napi-rs - fcb272d80827089676bd1a2b607cb6d9bd0e8412 authored over 3 years ago by LongYinan <[email protected]>
build(deps): bump @octokit/rest from 18.5.2 to 18.5.3

github.com/napi-rs/napi-rs - 823cf7205c6504cb45fa39453929664c7be660d8 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump eslint from 7.24.0 to 7.25.0

github.com/napi-rs/napi-rs - b996a96ab5077833b27902da40fba4b6522d0f83 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump eslint-config-prettier from 8.2.0 to 8.3.0

github.com/napi-rs/napi-rs - e4d00dde21d1fb6d059deb570471ba8b362db40b authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump chalk from 4.1.0 to 4.1.1

github.com/napi-rs/napi-rs - 1d33704cf83d0e0e925a6bce3789b71f63afcc88 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #542 from napi-rs/node-16

Node 16

github.com/napi-rs/napi-rs - a540c8c07f94c1a3c76cda593866b0477bbcc165 authored over 3 years ago by LongYinan <[email protected]>
feat(napi): add napi8 features

github.com/napi-rs/napi-rs - daef1956b2154761f60cbbe29133ea9098d20877 authored over 3 years ago by LongYinan <[email protected]>
build(deps-dev): bump @types/node from 14.14.37 to 14.14.41

github.com/napi-rs/napi-rs - e9bb6d19caf7c7d51606a614d54e01423570d0d7 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump @types/sinon from 9.0.11 to 10.0.0

github.com/napi-rs/napi-rs - 8ffb5221228b62d99558e09fe9b28708312a147e authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump eslint-config-prettier from 8.1.0 to 8.2.0

github.com/napi-rs/napi-rs - 0bdfe8ea53ee851815c1523ffd7d317e467eeb47 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump @typescript-eslint/parser from 4.21.0 to 4.22.0

github.com/napi-rs/napi-rs - d7d45b9fc5faa785d6b9501f8eb530b61a766acd authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump eslint-plugin-prettier from 3.3.1 to 3.4.0

github.com/napi-rs/napi-rs - 354ac03f32874f5f3404500f70984e160ed7b68c authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump typescript from 4.2.3 to 4.2.4

github.com/napi-rs/napi-rs - 0f9c003fd9f712b0bc009dfc1a44c9b3f92c385d authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump c8 from 7.7.0 to 7.7.1

github.com/napi-rs/napi-rs - e447d5f2d8d31ecfc531e4c3b64928a3d2f59ce5 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump @typescript-eslint/eslint-plugin

github.com/napi-rs/napi-rs - 652c736598df41dd0e23ba93622f39937c9a511a authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #528 from napi-rs/dependabot/npm_and_yarn/tslib-2.2.0

build(deps): bump tslib from 2.1.0 to 2.2.0

github.com/napi-rs/napi-rs - 9e4d95b3a19f19460b7dd3f492546d11f70a573e authored over 3 years ago by LongYinan <[email protected]>
Merge pull request #529 from napi-rs/dependabot/npm_and_yarn/typescript-eslint/parser-4.21.0

build(deps-dev): bump @typescript-eslint/parser from 4.20.0 to 4.21.0

github.com/napi-rs/napi-rs - 51d5c8de5c5799bb7bba3ec323a170f381bf5625 authored over 3 years ago by LongYinan <[email protected]>
Merge pull request #531 from napi-rs/dependabot/npm_and_yarn/eslint-7.24.0

build(deps-dev): bump eslint from 7.23.0 to 7.24.0

github.com/napi-rs/napi-rs - 32ef9e82b8351154f6ab86c2f0b15f83570d498a authored over 3 years ago by LongYinan <[email protected]>
Merge pull request #535 from DeMoorJasper/tweak-build-command

github.com/napi-rs/napi-rs - d5192e05a55d48fe1938fdbf99ca52ab4b7f1a16 authored over 3 years ago by LongYinan <[email protected]>
add cwd docs and RUST_TARGET

github.com/napi-rs/napi-rs - 27a8581d1db38cfe93d100bb146cfb73eee5a528 authored over 3 years ago by Jasper De Moor <[email protected]>
Merge pull request #533 from napi-rs/create-string-from-cstring

feat(napi): expose create_string_from_c_char for C ffi scenario

github.com/napi-rs/napi-rs - 72c222f71d4f9448d28a87b693d7fb047ac67967 authored over 3 years ago by LongYinan <[email protected]>
feat(napi): expose create_string_from_c_char for C ffi scenario

github.com/napi-rs/napi-rs - d1bceccbe63ef8b799f21b89f09de8e5c4121829 authored over 3 years ago by LongYinan <[email protected]>
Merge pull request #532 from napi-rs/tsfn-memory-ordering

fix(napi): memory ordering issues in tsfn

github.com/napi-rs/napi-rs - 3be8136a7aff8b9c4e4aa6015110a24be24ada30 authored almost 4 years ago by LongYinan <[email protected]>
fix(napi): memory ordering issues in tsfn

github.com/napi-rs/napi-rs - 5a21bbeb8e1d844b6176a680e7eaecd5b0adb939 authored almost 4 years ago by LongYinan <[email protected]>
ci: add dependabot auto merge

github.com/napi-rs/napi-rs - 244536c6d2b15a8ae07bdfad634f27fdefb444bd authored almost 4 years ago by LongYinan <[email protected]>
build(deps-dev): bump eslint from 7.23.0 to 7.24.0

Bumps [eslint](https://github.com/eslint/eslint) from 7.23.0 to 7.24.0.
- [Release notes](https:...

github.com/napi-rs/napi-rs - 0871a36b3eeafd2ea84f7124b19fd09a95fccb0d authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump @typescript-eslint/parser from 4.20.0 to 4.21.0

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HE...

github.com/napi-rs/napi-rs - a269837d8956ee16e8990225e24ddb664cee7e28 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): bump tslib from 2.1.0 to 2.2.0

Bumps [tslib](https://github.com/Microsoft/tslib) from 2.1.0 to 2.2.0.
- [Release notes](https:/...

github.com/napi-rs/napi-rs - 87d70ca74c1e5f05bf3ac9f65162bfbec639618a authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #525 from napi-rs/debian-docker

ci: add debian docker image

github.com/napi-rs/napi-rs - a3783e733f7f642d60447dc110c7d6afb18c3d8a authored almost 4 years ago by LongYinan <[email protected]>
ci: test musl target on new alpine docker image

github.com/napi-rs/napi-rs - af89f1a04603faaf8c724c87e527d9e1de3e6c6e authored almost 4 years ago by LongYinan <[email protected]>
ci: add debian docker image

github.com/napi-rs/napi-rs - 8f2c57088d79ad4c90bcef84143dc0d99d46e6f9 authored almost 4 years ago by LongYinan <[email protected]>
ci: build android on pull_request

github.com/napi-rs/napi-rs - 6b2e3e19e288776b6ec25b3cec8192ea951363fd authored almost 4 years ago by LongYinan <[email protected]>
ci: change the docker login username

github.com/napi-rs/napi-rs - 7c81e48da63f448521f3d7050da531cda8a7b49e authored almost 4 years ago by LongYinan <[email protected]>
ci: use GH_TOKEN in docker action

github.com/napi-rs/napi-rs - 8fb344d8828842a1e5b609c2cbebe426ee385648 authored almost 4 years ago by LongYinan <[email protected]>
Merge pull request #519 from c-nixon/check-CARGO_CFG_TARGET_OS-in-build

github.com/napi-rs/napi-rs - e4753b7c1d839ab53de42107aeb5395db8749431 authored almost 4 years ago by LongYinan <[email protected]>
Don't try to use ureq on musl targets

github.com/napi-rs/napi-rs - 74e6cf2916a15909203760da456beb7c0d7c13f0 authored almost 4 years ago by Chris Nixon <[email protected]>
Merge pull request #524 from napi-rs/split-napi-raw

refactor(napi): split NapiRaw trait from NapiValue

github.com/napi-rs/napi-rs - 9d76a39aa5da62e63f9193b19d2ba9e98ae9f0e3 authored almost 4 years ago by LongYinan <[email protected]>
refactor(napi): split NapiRaw trait from NapiValue

github.com/napi-rs/napi-rs - d4331e05df363bf1cccb681b94b0fdcfe6c905af authored almost 4 years ago by LongYinan <[email protected]>
chore: wrong keyword

github.com/napi-rs/napi-rs - ba1d16759f5384915f972ab5284472af823164e8 authored almost 4 years ago by LongYinan <[email protected]>
chore: upgrade dependencies

github.com/napi-rs/napi-rs - a2e10132491daf2523f3c8cbe860a978a837f63e authored almost 4 years ago by LongYinan <[email protected]>
Merge pull request #522 from napi-rs/tsfn-release-error

fix(napi): do not call release tsfn in Drop when ref count is 0

github.com/napi-rs/napi-rs - b8310e365237e6ab549fd7131d6f17e6b8a4fbe4 authored almost 4 years ago by LongYinan <[email protected]>
Merge pull request #521 from messense/multiarch

Build multiarch Docker images

github.com/napi-rs/napi-rs - d83fab23cd9806ced347026fef4fc3fe2c3e8bab authored almost 4 years ago by LongYinan <[email protected]>
fix(napi): do not call release tsfn in Drop when ref count is 0

github.com/napi-rs/napi-rs - f0b8c5da0779bc1c8bf296db726ebe3c28584841 authored almost 4 years ago by LongYinan <[email protected]>
Merge pull request #520 from napi-rs/fix-clippy

style: fix clippy error

github.com/napi-rs/napi-rs - 3e239f69b286cfb6a972b3585198a4ef71774b9c authored almost 4 years ago by LongYinan <[email protected]>
Migrate to ghcr.io

github.com/napi-rs/napi-rs - 228c2806073c7711436169dbcbae7e94028d018a authored almost 4 years ago by messense <[email protected]>