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

There's a problem with types in the `@noble/hashes` ([github](https://github.com/paulmillr/noble-hashes), [npm](https://www.npmjs.com/package/@noble/hashes?activeTab=code)) module in my package.json When I run `npx jsr publish` I get the following error: ```md ➜ nostr-tools git:(master) ✗...

Currently number of dependencies / dependents are not available on the web. ![image](https://github.com/jsr-io/jsr/assets/3091558/c02a57b9-73fb-4ff5-a557-84dcc4127680) I find them super useful to quickly check how many dependencies / dependents it has. ![image](https://github.com/jsr-io/jsr/assets/3091558/67a5ef2e-bb54-4003-916b-aaa7f8bc17cb)

# Problem I think that the number one question that would be relevant to a package/dependency is: > _"Does this even work"?_ > — Some lazy and experienced software developer...

Requires https://github.com/denoland/deno_doc/issues/377

feature

Any chance of having built-in bundlephobia package size, module size, and gzipped size for each module?

feature

https://jsr.io/@std/collections link goes to https://jsr.io/@std/[email protected]/doc/deep-merge/~/deepMerge

bug

I often use a pattern in my code where some object has a lot of keys, and I want TypeScript to automatically detect the keys and make them part of...

feature
publishing

Hello! Is it possible to automatically increment the version in jsr.jon? With npm, before publishing a new version, we can do the following: - `npm version patch` to update from...

feature

In the ["Dependency manifest" section of the "Publishing packages" page](https://jsr.io/docs/publishing-packages#dependency-manifest) it indicates that there are options for using an import map other than `deno.json`. How would that work? Does it...

bug

```ts /** * @deprecated Use {@link FreshContext} instead */ export type PageProps = FreshContext; ``` From https://jsr.io/@marvinh-test/[email protected]/doc/compat/~ Going to the symbol directly shows the deprecated message:

docs gen
upstream