Skip to content

esm-dev/uptime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uptime

A uptime monitor for esm.sh CDN.

Updating the integrity list

To update the integrity list, edit integrity.json file and submit a pull request.

{
  "list": [
    {
      "url": "https://esm.sh/[email protected]",
      "integrity": "sha256-...",
      "target": "esnext", // optional
      "userAgent": "Mozilla/5.0 ..." // optional
    }
  ]
}

Important

The url field requires an exact package version. For example, https://esm.sh/react@^19.0.0 is not allowed.

How to get the integrity of an esm.sh module

You can get the integrity of an esm.sh module by running the following command:

curl https://esm.sh/[email protected] | shasum -a 256

About

[WIP] A uptime monitor for esm.sh CDN.

Resources

Stars

Watchers

Forks