
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@divviup/prio3
Advanced tools
[](https://coveralls.io/github/divviup/divviup-ts?branch=main) [](https://github.
The main branch is under continuous development and will usually be partway between DAP and VDAF
drafts. divviup-ts uses stable release branches to maintain implementations of different draft
versions. Artifacts for some draft version are published from a corresponding release/dap-draft-xy
branch. Only supported release branches receive dependency updates and backports.
| Package version | Git branch | Protocol version | Conforms to specification? | Status |
|---|---|---|---|---|
| N/A | release-dap-draft-02 | draft-ietf-ppm-dap-02 | Yes | Unmaintained |
| N/A | release-dap-draft-03 | draft-ietf-ppm-dap-03 | Yes | Unmaintained as of May 22, 2023 |
@divviup/dap@0.1 | release-dap-draft-04 | draft-ietf-ppm-dap-04 | Yes | Supported |
@divviup/dap@0.7 | release-dap-draft-07 | draft-ietf-ppm-dap-07 | Yes | Supported |
@divviup/dap@0.9 | main | draft-ietf-ppm-dap-09 | Yes | Supported |
| VDAF Package | Prio3 Package | Git branch | Protocol version | Conforms to specification? | Status |
|---|---|---|---|---|---|
| N/A | N/A | release/dap-draft-03 | draft-irtf-cfrg-vdaf-03 | Yes | Unmaintained as of May 22, 2023 |
@divviup/vdaf@0.1 | @divviup/prio3@0.1 | release/dap-draft-04 | draft-irtf-cfrg-vdaf-05 | Yes | Supported |
@divviup/vdaf@0.7 | @divviup/prio3@0.7 | release/dap-draft-07 | draft-irtf-cfrg-vdaf-07 | Yes | Supported |
@divviup/vdaf@0.8 | @divviup/prio3@0.8 | main | draft-irtf-cfrg-vdaf-08 | Yes | Supported |
$ npm add @divviup/dap
import Task from "@divviup/dap";
const task = new Task({
type: "sum",
bits: 8,
id: "3XTBHxTtUAtI516GeXZsVIKjBPYVNIYmF94vEBb4jcY",
leader: "https://dap.api.divviup.org",
helper: "https://dap.example.com",
timePrecisionSeconds: 3600,
});
await task.sendMeasurement(42);
DivviUp publishes bundled and minified builds suitable for use from a script tag. Task will be available on globalThis as divviup.dap.Task.
<script
src="https://cdn.jsdelivr.net/npm/@divviup/dap@0.7.0/dist/browser.js"
crossorigin="anonymous"
integrity="sha384-vDbUcIcXsbrWLhKwkF/wwM0cnW+5y9fiPA695EnPd58okNZwWuLsR0NF98zzyNkT">
</script>
<script
src="https://unpkg.com/@divviup/dap@0.7.0/dist/browser.js"
crossorigin="anonymous"
integrity="sha384-vDbUcIcXsbrWLhKwkF/wwM0cnW+5y9fiPA695EnPd58okNZwWuLsR0NF98zzyNkT">
</script>
FAQs
[](https://coveralls.io/github/divviup/divviup-ts?branch=main) [](https://github.
The npm package @divviup/prio3 receives a total of 4 weekly downloads. As such, @divviup/prio3 popularity was classified as not popular.
We found that @divviup/prio3 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.