jsr
jsr copied to clipboard
The open-source package registry for modern JavaScript and TypeScript
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.  I find them super useful to quickly check how many dependencies / dependents it has. 
# 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...
Any chance of having built-in bundlephobia package size, module size, and gzipped size for each module?
https://jsr.io/@std/collections link goes to https://jsr.io/@std/[email protected]/doc/deep-merge/~/deepMerge
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...
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...
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...
```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: