jsr icon indicating copy to clipboard operation
jsr copied to clipboard

The open-source package registry for modern JavaScript and TypeScript

Results 348 jsr issues
Sort by recently updated
recently updated
newest added

It appears that search ranks unpublished modules at the top. For example: https://jsr.io/packages?search=kv Returns: ![kv_-_Packages_-_JSR](https://github.com/jsr-io/jsr/assets/1282577/cf72b490-1c9d-41ba-b89b-a3c6143845b6) Where the "top" package is currently unpublished: https://jsr.io/@ts-rex/kv-spy

search

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...

feature

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...

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",...

bug

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...

feature