Gathering detailed insights and metrics for @biowasm/aioli
Gathering detailed insights and metrics for @biowasm/aioli
Gathering detailed insights and metrics for @biowasm/aioli
Gathering detailed insights and metrics for @biowasm/aioli
npm install @biowasm/aioli
Typescript
Module System
Node Version
NPM Version
73.7
Supply Chain
85.5
Quality
78.4
Maintenance
100
Vulnerability
100
License
JavaScript (96.41%)
HTML (3.59%)
Total Downloads
55,963
Last Day
79
Last Week
396
Last Month
2,882
Last Year
32,938
111 Stars
260 Commits
10 Forks
4 Watching
3 Branches
3 Contributors
Minified
Minified + Gzipped
Latest Version
3.2.1
Package Id
@biowasm/aioli@3.2.1
Unpacked Size
40.80 kB
Size
12.92 kB
File Count
5
NPM Version
10.5.0
Node Version
21.7.3
Publised On
14 Oct 2024
Cumulative downloads
Total Downloads
Last day
-47%
79
Compared to previous day
Last week
-53.8%
396
Compared to previous week
Last month
-8.8%
2,882
Compared to previous month
Last year
143.1%
32,938
Compared to previous year
2
Aioli is a library for running genomics command-line tools in the browser using WebAssembly. See Who uses biowasm for example use cases.
Run npm install
to install dependencies.
Then run npm run dev
to launch the web server and use src/example.js
as a sample web app that uses the dev version of Aioli.
Run npm run test
.
package.json
(append -rc1
for release candidates)npm run build
npm pack
npm publish [tgzfile] --tag next
npm install @biowasm/aioli@next
package.json
npm run build
npm publish --access public
biowasm.json
samtools index
), we automatically create a symlink from each local file's WORKERFS path to a path in PROXYFS.-s MODULARIZE=1
, i.e. the .js
file will contain a Module
function that initializes the module and returns a Promise
that resolves when the module is loaded.wasm-feature-detect
. If a tool needs WebAssembly SIMD and the user has a browser that does not support it, we will load the non-SIMD version of that tool.WebAssembly is a fast, low-level, compiled binary instruction format that runs in all major browsers at near native speeds. One key feature of WebAssembly is code reuse: you can port existing C/C++/Rust/etc tools to WebAssembly so those tools can run in the browser.
WebWorkers allow you to run JavaScript in the browser in a background thread, which keeps the browser responsive.
See the biowasm project.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
Found 4/10 approved changesets -- score normalized to 4
Reason
6 existing vulnerabilities detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-02-03
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More