jsr
jsr copied to clipboard
The open-source package registry for modern JavaScript and TypeScript
Fixes #157 Still need to add tests.
It appears that search ranks unpublished modules at the top. For example: https://jsr.io/packages?search=kv Returns:  Where the "top" package is currently unpublished: https://jsr.io/@ts-rex/kv-spy
It looks as though the user must manually configure the inclusion of their ReadMe & License, per: https://jsr.io/docs/publishing-packages#filtering-files NPM will automatically include these which I think is a pretty reasonable...
The signal for browser support for a package is ternary; a yes/no/unknown toggle for the Firefox, Chrome, and Safari icons. I think more nuanced compatibility options are necessary. JavaScript API...
Many packages are treated as libraries, where individual modules are imported, rather than a single entrypoint. JSR `Dependencies` currently only displays the high-level overview of packages as dependencies, and doesn't...
Fixes #156
If I wanted to install CSS from JSR using CSS module scripts & import attributes, would that be possible?
I just ran into a couple of issues with `--dry-run` passed and then `publish` failed. In the first case, there was an export that didn't exist: ```json { "name": "@scope/name",...
We currently support provenance attestations published by the client. The registry should upload a publish attestation to prove that the package was published by it. This can be used for...