Ecosyste.ms: OpenCollective

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

github.com/denosaurs/deno_desktop

A secure JavaScript and TypeScript runtime
https://github.com/denosaurs/deno_desktop

fix(ext/crypto): exportKey() for HMAC (#11737)

Fixes typings and innerKey processing (WPT doesn't test
exportKey for HMAC so this wasn't caug...

af97535b7cc64bf4586da77fc0afa146230e758c authored over 3 years ago by Divy Srivastava <[email protected]>
1.13.1

c67f6c13cd1de22e32f81723bc9224b8e2103a7a authored over 3 years ago by David Sherret <[email protected]>
chore: release crates for 1.13.1 (#11729)

a66a7bebbe1a79304769d4b2011ad1795700ec15 authored over 3 years ago by David Sherret <[email protected]>
fix(ext/fetch): better error if no content-type

The streaming WASM support code inspects the Response object's
Content-Type header but if that w...

6ced7b0383769807bdd864ebbf6a16a418d3f821 authored over 3 years ago by Ben Noordhuis <[email protected]>
fix(ext/fetch): don't use global Deno object

Don't use `Deno.core`, it's not present in embedders that don't expose
the Deno global object.

6ddabb742757e1031f04b896c6f319dd0dadbc73 authored over 3 years ago by Ben Noordhuis <[email protected]>
fix(ext/crypto): enable non-extractable keys (#11705)

eea6f578fc0fe9488c9fbd6c2bcbf665fff92424 authored over 3 years ago by Divy Srivastava <[email protected]>
chore(cli/tests): disable flaky test on macos ci (#11726)

Refs #11580.

245987b2a7f61d186a64a253b84346072335c878 authored over 3 years ago by Ben Noordhuis <[email protected]>
feat(runtime): support classic workers for internal testing (#11338)

This commit implements classic workers, but only when the `--enable-testing-features-do-not-use`...

ddbb7b83f2c483e354f425dfb70dbab494b05ea5 authored over 3 years ago by Andreu Botella <[email protected]>
test(ext/http): add test for incomplete HTTP message and fix resource leak (#11717)

This commit adds a test case for "Http: connection closed before
message completed" error as we...

d1d2388d7f1a09fd2469b356f00b6b361269a0b7 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
fix: parse error when transpiling code with BOM (#11688)

Co-authored-by: David Sherret <[email protected]>

163f2ef57117afd410f03be7e7519fc89bd18173 authored over 3 years ago by Ryan Dahl <[email protected]>
fix: don't statically type name on Deno.errors (#11715)

02b23e057561f11daf004b4ed8d455081dbeac65 authored over 3 years ago by Luca Casonato <[email protected]>
fix(test): dispatch load event before tests are run (#11708)

d1fe03d677e4241c55d07837d7cd5c1451330b4b authored over 3 years ago by Casper Beyer <[email protected]>
refactor(ops): return BadResource errors in ResourceTable calls (#11710)

* refactor(ops): return BadResource errors in ResourceTable calls

Instead of relying on calle...

2ca454b402d48c1808f8233c5adedc11b714c63c authored over 3 years ago by Aaron O'Mullan <[email protected]>
perf(ext/http): faster req_url string assembly (#11711)

This stood out on a flamegraph, it took up ~1% of a profiled loadtest of `cli/bench/deno_http_na...

18ff6bb053d600c277613628a256fe5fdd4dda67 authored over 3 years ago by Aaron O'Mullan <[email protected]>
fix(ext/crypto): fix copying buffersource (#11714)

2d578ea54abe1da94d485d5abd501143ee225b96 authored over 3 years ago by Divy Srivastava <[email protected]>
perf: improve localStorage throughput (#11709)

This PR improves localStorage write throughput by around 150x by caching
the prepared statement...

4010b84675dff0b30beb9a4de8282f87f07cb886 authored over 3 years ago by Luca Casonato <[email protected]>
chore: move importKey tests to webcrypto_unit.ts (#11706)

370c5013c5df3db2c7eddc9fb434dbc06af35ddf authored over 3 years ago by Divy Srivastava <[email protected]>
fix(cli/lint): don't use gray in diagnostics output for visibility (#11702)

a1c5fef67f7152eb43c678ac1807171d80a37937 authored over 3 years ago by Yusuke Tanaka <[email protected]>
cleanup(ext/http): simplify cookie header handling (#11704)

cleanup(ext/http): simplify cookie header handling

Use `Vec::join` instead of essentially rei...

c87b13e745edbf7b1966904fa20fb1f125779cfa authored over 3 years ago by Aaron O'Mullan <[email protected]>
build: rename `kind` to `job` in ci config (#11699)

Co-authored-by: Jheyson Saavedra <[email protected]>

fb135dc3e45d4107063654b31eca3804d4892122 authored over 3 years ago by Jheyson Saavedra <[email protected]>
chore: roll wpt (#11692)

This PR rolls WPT to https://github.com/web-platform-tests/wpt/commit/7eb7372a613fb3a4a7d4160d82...

47b7cd5a7e9c4b69703f6e63cb896a35c8263f2b authored over 3 years ago by Luca Casonato <[email protected]>
cleanup(ext/http): simplify op_http_request_next (#11691)

* cleanup(ext/http): simplify op_http_request_next

Keep op_http_request_next's high-level log...

8fa46a7b4444cfbdaefe0bd0aa882601f338cef9 authored over 3 years ago by Aaron O'Mullan <[email protected]>
fix(cli): explicitly scan for ignore attribute in inline tests (#11647)

This commits adds "ignore" as a known attribute for Markdown
codeblock which drops a code bloc...

f90231924d96130ec80b31e3589253a15e250896 authored over 3 years ago by Casper Beyer <[email protected]>
cleanup(ext/web/BlobStore): avoid redundant Arc<Box<T>> alloc (#11693)

1d1507384bca78027c9003b81465bd99a585cace authored over 3 years ago by Aaron O'Mullan <[email protected]>
fix(cli/tools/repl): dont highlight candidate when completion is list (#11697)

b8cfc9547023a30df991047e7a32e3e661faecfa authored over 3 years ago by Casper Beyer <[email protected]>
refactor: normalize `is_supported_` check naming (#11698)

Normalizes the naming of the functions used to determine
if a path is a suitable match for the...

ed19e32d98ce4be126d71ef871b5c7a700f1c895 authored over 3 years ago by Casper Beyer <[email protected]>
fix(cli): retain input order of remote specifiers (#11700)

Specifier collection partitions remote specifiers in their own
group which is appended to the ...

605f6119e96fb67edad53c426f2f65793e0b1faa authored over 3 years ago by Casper Beyer <[email protected]>
fix(ext/crypto): importKey() SecurityError on non-extractable keys (#11662)

Co-authored-by: Luca Casonato <[email protected]>

71f79097c69958ba94e8600430394bbb21fa90f3 authored over 3 years ago by Divy Srivastava <[email protected]>
fix(http/ws): support multiple options in connection header (#11675)

Co-authored-by: Luca Casonato <[email protected]>

0c9d6cbb2adc4a0903b18e3c290e9b2c8c8b4e91 authored over 3 years ago by Leo K <[email protected]>
fix(ext/crypto): handle idlValue not being present (#11685)

c6e3f93ebb716c2df310e4ca4fd1f4c8290feed1 authored over 3 years ago by Divy Srivastava <[email protected]>
build: add devcontainer configuration (#11670)

This allows users to use Codespaces and VS Code Remote Containers
easily.

74d523e924e9cfcc2a36c0e02d5077e1c4154374 authored over 3 years ago by Luca Casonato <[email protected]>
fix(ext/http): remove unwrap() when HTTP conn errors (#11674)

2937f02f00b427bffe1509a40459e02aa62e47b0 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
refactor(cli): generalize module specifier collection (#11679)

ebb79b28a5e1689a1d198082b35d37a4541d2a90 authored over 3 years ago by Casper Beyer <[email protected]>
test(cli): add test for test filtering (#11672)

293eed0ef2de1bf1563811e3a1fe3fafb436636d authored over 3 years ago by Casper Beyer <[email protected]>
fix(ext/crypto): take a copy of keyData bytes (#11666)

c1f97056f42d20158d469d023652f3b338411007 authored over 3 years ago by Divy Srivastava <[email protected]>
fix(ext/web): use Array primordials in MessagePort (#11680)

848137750005e27c7afb0794a51751db3ab5e5fa authored over 3 years ago by Divy Srivastava <[email protected]>
perf(wpt/crypto): optimize num-bigint-dig for debug builds (#11681)

5d6d6836bb181c7c8624d8635fb15af9a9425bfd authored over 3 years ago by Divy Srivastava <[email protected]>
fix(cli): allow specifiers of unknown media types with test command (#11652)

3dff757927852aff3110e72934f891f029bb8a8d authored over 3 years ago by Casper Beyer <[email protected]>
fix: Blob#slice arguments should be optional (#11665)

eae9d5b647b89e547b4229b8b794d91753c9ec95 authored over 3 years ago by Luca Casonato <[email protected]>
fix(lint): add links to help at lint.deno.land (#11667)

7d55e05486183fe3dbeccc7beaa46fa497f05e08 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
test: mark run_watch test as flaky (#11668)

fd945755760a1ab9fb4e8a8e40131c51bb3c712e authored over 3 years ago by Bartek Iwańczuk <[email protected]>
fix(test): sort file module specifiers (#11656)

87d69d55cadc4fed99ebbcba1adeb1f26d32ff87 authored over 3 years ago by Casper Beyer <[email protected]>
doc: improve coverage CLI help text (#11646)

Co-authored-by: Casper Beyer <[email protected]>

bb6473f3c293b3c7f4c7c60628a0182c04f78254 authored over 3 years ago by Chris Knight <[email protected]>
chore: update README.md (#11633)

Updates "complex" example in the README.md, which used std/http
which will be phased out. Inste...

3197cad0f83d921b42dc79413836ff9e0efeaa75 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
chore(tools): use local std in wpt utils (#11644)

b1799e67715b003d8b8ec0648151d1c3b77feb0a authored over 3 years ago by Divy Srivastava <[email protected]>
build: allow deno_runtime crate to build in docs.rs (#11602)

57aea228e85b0c0d8f18f34ff0ade4a68812c391 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
mark cafile tests as flaky (#11649)

cd323612fd694bc173b069b7b4125e28e02cc4c3 authored over 3 years ago by Ryan Dahl <[email protected]>
chore: move test files to testdata directory (#11601)

15a763152f9d392cb80692262f8de5ef8ae15495 authored over 3 years ago by David Sherret <[email protected]>
Rename extensions/ directory to ext/ (#11643)

a0285e2eb88f6254f6494b0ecd1878db3a3b2a58 authored over 3 years ago by Ryan Dahl <[email protected]>
test: reenable cafile tests (#11615)

3a6994115176781b3a93d70794b1b81bc95e42b4 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
fix: correct spelling of certificate in `--unsafely-ignore-certificate-errors` warning message (#11634)

8b97b39d8e2523e2c422a0a7374077fbea3adf1d authored over 3 years ago by David Sherret <[email protected]>
v1.13.0

d82351d67784a2bcb5431ebb233abc727f673152 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
chore: release crates (#11628)

548e4661121b32b2b9bfb0356b2329be91dec738 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
refactor: --unsafely-ignore-certificate-errors (#11629)

b9a8111a00b58e355baf60a55893dbfc70b0dfdd authored over 3 years ago by Bartek Iwańczuk <[email protected]>
feat: add new esnext types (#11627)

465cf9a6fe2d77f4c3cdaeb8eea60bd2b8697608 authored over 3 years ago by Kitson Kelly <[email protected]>
chore: upgrade crates (#11626)

453dfaa960245df2f8c1b8f505984b1cae45db67 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
upgrade: rusty_v8 0.26.0 (#11625)

162ec192b7094b59ff0f5abc73cc089ac031ff3d authored over 3 years ago by Bartek Iwańczuk <[email protected]>
build: pin softprops/action-gh-release (#11622)

3a7de8e40ffe3b93cd6db9158946832917bc0e48 authored over 3 years ago by Luca Casonato <[email protected]>
feat(lsp): support clients which do not support disabled code actions (#11612)

Closes: #11610

f7e416bc7fbb8b1bc17e180d5aeb2e4f00256bea authored over 3 years ago by Kitson Kelly <[email protected]>
feat: add experimental WebSocketStream API (#10365)

This commit adds the experimental WebSocketStream API when
using the --unstable flag.

The ex...

2db381eba9768acf855219ec9560e20a62659994 authored over 3 years ago by Leo K <[email protected]>
chore: remove windows-only compiler warning in http_util.rs (#11623)

7600a456dfc880a1eeff230f3f34c87978fedc58 authored over 3 years ago by David Sherret <[email protected]>
chore: update wpt (#11621)

4d4ce4c4d815c9575a81c550f998279a0c712585 authored over 3 years ago by Luca Casonato <[email protected]>
feat: Add --unsafely-treat-insecure-origin-as-secure flag to disable SSL verification (#11324)

This commit adds "--unsafely-treat-insecure-origin-as-secure" flag
that allows to disable SSL ...

353a4a1af3165b2c59319865350d70a99105269c authored over 3 years ago by TheAifam5 <[email protected]>
feat: support client certificates for connectTls (#11598)

Co-authored-by: Daniel Lamando <[email protected]>
Co-authored-by: Erik Price <[email protected]>

3ab50b355141f744a0acec1a5cc3b3b95247d4b1 authored over 3 years ago by Ryan Dahl <[email protected]>
Upgrade deno-libffi to 0.0.7, fixes M1 build (#11607)

f402904e6e227ee60a88d991cb9818d5340f5c1d authored over 3 years ago by Ryan Dahl <[email protected]>
fix(websocket): allow any close code for server (#11614)

f546f51698636e629f3c314cd73e2cf4f176b330 authored over 3 years ago by Leo K <[email protected]>
feat(extensions/web): add structuredClone function (#11572)

Co-authored-by: Luca Casonato <[email protected]>

16ae4a0d5799c9a4ed776f32929f73b1063ae4e8 authored over 3 years ago by Leo K <[email protected]>
feat(tls): Optionally support loading native certs (#11491)

This commit adds "DENO_TLS_CA_STORE" env variable to support
optionally loading certificates f...

02c74fb70970fcadb7d1e6dab857eeb2cea20e09 authored over 3 years ago by Justin Chase <[email protected]>
chore: fix repl_with_eval_flag test (#11603)

fddeb4cea2687b32a32f7829f336b7cf5092c714 authored over 3 years ago by David Sherret <[email protected]>
feat(repl): add --eval flag for evaluating code when the repl starts (#11590)

864ce6e83224fb9fedfc83d5647fb103c219c8af authored over 3 years ago by David Sherret <[email protected]>
feat: ffi to replace plugins (#11152)

This commit removes implementation of "native plugins" and replaces
it with FFI API.

Effecti...

33c8d790c3d358a475c9ba828043e2c19e8d4b37 authored over 3 years ago by Elias Sjögreen <[email protected]>
revert: allow URL for permissions (#11600)

Revert changes to "net" permissions in regards to handling URLs
introduced in 15b0e61de.

0d1a522a03c22749e96dab06ca7b3e8b428df701 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
feat: support AbortSignal in writeFile (#11568)

2b53602d3c798b68db4ce986546d3434b986096a authored over 3 years ago by Benjamin Gruenbaum <[email protected]>
refactor: make `ParsedModule` implement `Sync` (#11581)

466d3df9d1ff43e16e1a2c20b7792de664547b48 authored over 3 years ago by David Sherret <[email protected]>
feat(repl): support exports in the REPL (#11592)

e9ddc7a41ad7ea02172d88e95c82d007d8d5df63 authored over 3 years ago by David Sherret <[email protected]>
feat(runtime): allow URL for permissions (#11578)

15b0e61de523c1a0157e754379f0ec7decf0c23e authored over 3 years ago by Leo K <[email protected]>
chore: Upgrade RSA to 0.5.0 (#11589)

b6b71c3d590722117db04fda7362d3b23245c3c3 authored over 3 years ago by Divy Srivastava <[email protected]>
feat(lsp): implement refactoring code actions (#11555)

Closes: denoland/vscode_deno#433

728d205d9d2551a356a022b6b083bcdcf081f3bf authored over 3 years ago by Jean Pierre <[email protected]>
refactor(cli/tests): remove unnecessary void return types (#11577)

3f0cf9619fce71a8898c495501df4bdb0e07e735 authored over 3 years ago by Leo K <[email protected]>
feat(fmt): format top-level JSX elements/fragments with parens when multi-line (#11582)

299c7cfe54cb184e0d0c18b00a154c953b433ebf authored over 3 years ago by David Sherret <[email protected]>
chore: refactor `netHangsOnClose` test to not use `deferred` (#11585)

fcaf8cd8e37459658a6c06d7e16b3adc9436a135 authored over 3 years ago by David Sherret <[email protected]>
feat(extensions/crypto): implement verify() for HMAC (#11387)

87de8e82a157ecbcc596b0226b8a6fc0e81a8b1b authored over 3 years ago by Divy Srivastava <[email protected]>
feat(unstable): clean environmental variables for subprocess (#11571)

This commit adds "Deno.RunOptions.clearEnv" option, that allows
to clear environmental variable...

2ac031d6fd3cb9b98ffb1801033d96675291f577 authored over 3 years ago by Leo K <[email protected]>
chore: surface import map JSON parse error to user (#11573)

1cd95dd8b5046484ea79b1849e420d1c085d1e5b authored over 3 years ago by David Sherret <[email protected]>
feat(extensions/crypto): implement importKey and exportKey for raw HMAC keys (#11367)

This commit introduces "SubtleCrypto.importKey()" and
"SubtleCrypto.exportKey()" APIs.

86f89f922296c3c9e082268d01044f2e04a2e210 authored over 3 years ago by Divy Srivastava <[email protected]>
chore: format toml files internally (#11563)

d7d452efc158d7b1ea89b6f92237cea3b29f88db authored over 3 years ago by David Sherret <[email protected]>
Revert "fix(extensions/fetch): Add Origin header to outgoing requests for fetch (#11557)" (#11565)

This reverts commit f87aa44d94240327fb4ab1dc756d70f71247edb4.

505d253436153b34a60018c732b55e900a331859 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
feat: stabilize Deno.serveHttp() (#11544)

This commit moves "Deno.serveHttp()" and related types
to stable namespace.

3a2e94492b0d4df1ae5c3bb5a6a6a899538de10b authored over 3 years ago by Bartek Iwańczuk <[email protected]>
fix(extensions/fetch): Add Origin header to outgoing requests for fetch (#11557)

f87aa44d94240327fb4ab1dc756d70f71247edb4 authored over 3 years ago by Feng Yu <[email protected]>
chore: fix failing netTcpListenCloseWhileIterating test on some machines (#11552)

ecb4c9492f83b4d4a13fa098aeea2cbf1d03aad8 authored over 3 years ago by David Sherret <[email protected]>
fix(lsp): do not output to stderr before exiting the process (#11562)

a13db3650eb9e235a7bf43f904b2dc2baf6269fe authored over 3 years ago by David Sherret <[email protected]>
chore: upgrade Rust to 1.54.0 (#11554)

8f00b5542caffd14988b923efe4f066b712d2858 authored over 3 years ago by Yusuke Tanaka <[email protected]>
chore(core): use oneshot channel in mod_evaluate() (#11556)

Oneshot is more appropriate because mod_evaluate() only sends a single
value.

It also makes ...

c909faf9e6cd2964398da7c0852d0229cdd1a22b authored over 3 years ago by Ben Noordhuis <[email protected]>
feat(runtime): implement navigator.hardwareConcurrency (#11448)

This commit implements "navigator.hardwareConcurrency" API, which
supersedes "Deno.systemCpuInf...

2b13bb694532904704c16bec4e8a47c386e681e2 authored over 3 years ago by Divy Srivastava <[email protected]>
fix: support windows file specifiers with import maps (#11551)

eece46f0d85faa90c97841a4f409be39272e809b authored over 3 years ago by David Sherret <[email protected]>
feat: type check codeblocks in Markdown file with "deno test --doc" (#11421)

c276b52828c3ea302a3870d0a4cfdc8904da0e93 authored over 3 years ago by Casper Beyer <[email protected]>
chore: release deno_fetch (#11549)

d0ec29b493f7b0d201368e97f7f89f305c1a7d86 authored over 3 years ago by Satya Rohith <[email protected]>
refactor(extension/fetch): update init args (#11546)

1fc8935ebcca18f9a782ca775392e161e6d8a9b3 authored over 3 years ago by Satya Rohith <[email protected]>
fix(cli): deno doc panics on invalid url (#11536)

935083d99a9854ccb6808035028fa5d853eb5a98 authored over 3 years ago by Feng Yu <[email protected]>
chore: update README.md to link to contributing section rather than style guide (#11543)

4641aacba67d8ad6c80c903c2aa6b2488e3caf49 authored over 3 years ago by David Sherret <[email protected]>