js-multihashing-async icon indicating copy to clipboard operation
js-multihashing-async copied to clipboard

The fast version of js-multihashing

Results 8 js-multihashing-async issues
Sort by recently updated
recently updated
newest added

Bumps [aegir](https://github.com/ipfs/aegir) from 31.0.4 to 34.1.0. Release notes Sourced from aegir's releases. v34.1.0 Features support dependency check in esm modules (#869) (48712b1) v34.0.3 No release notes provided. v34.0.2 No release...

dependencies

Bumps [sinon](https://github.com/sinonjs/sinon) from 9.2.4 to 11.1.2. Changelog Sourced from sinon's changelog. 11.1.1 / 2021-05-26 Fix #2379 by using v7 of supports-color 11.1.0 / 2021-05-25 Add sinon.promise() implementation (#2369) Set wrappedMethod...

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 9.0.11 to 10.0.2. Commits See full diff in compare view [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@types/sinon&package-manager=npm_and_yarn&previous-version=9.0.11&new-version=10.0.2)](https://dependabot.com/compatibility-score/?dependency-name=@types/sinon&package-manager=npm_and_yarn&previous-version=9.0.11&new-version=10.0.2) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I am using js-ipld-dag-cbor which references this package. I would like to be able to calculate hashes even on insecure (HTTP) websites. When `js-multihashing-async` tries to access `window.crypto.subtle` it throws...

It would be very convenient to not have to convert everything into node style Buffer but rather allow use of [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer)

In order to reduce the impact not the default bundle size, each method should use the `import()` function to get the crypto library it needs. Since all the methods are...