
Research
Security News
Malicious npm Packages Use Telegram to Exfiltrate BullX Credentials
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
@sentry/status-page-list
Advanced tools
List of public status pages for various cloud services exposed as a JavaScript library
This page is a list of public status pages for various cloud services exposed as a JavaScript library.
Big thank you to Awesome status pages and it's creator Ivan Begtin for helping provide the initial list of status pages.
If you know of a status page that is not listed here, please open an issue or a pull request. Please also make sure to update Awesome status pages as well!
To access status page info, you can import a xxxStatusInfo
import from @sentry/status-page-list
.
import { sentryStatusInfo } from "@sentry/status-page-list";
const {
// Sentry
name,
// ["sentry.io", "*.sentry.io"]
domains,
// "https://status.sentry.io/"
statusPageUrl,
// false
isServiceDefunct,
} = sentryStatusInfo;
If you want to map a domain (like sentry.io
) to it's status page, you can use the domainToStatusPageUrls
exported object.
import { domainToStatusPageUrls } from "@sentry/status-page-list";
const sentryStatusPageLink = domainToStatusPageUrls["sentry.io"];
// also accepts glob URLs
const sentryStatusPageLink = domainToStatusPageUrls["*.sentry.io"];
Since domainToStatusPageUrls
can get large, we recommend lazy loading it with await import
or similar.
This project requires yarn v1 and Node.js v20 or higher to run. We recommend configuring your Node version with Volta.
New status page entries can be added by adding a new entry to src/data
folder. You can use the yarn generate:data
CLI helper to add entries via the command line. You can look at the Sentry entry as an example.
After adding a new status entry run yarn generate
to update the codegen files.
0.6.0
bitbucket.org
pointing to Atlassian statuspage (#41) from @oiokiFAQs
List of public status pages for various cloud services exposed as a JavaScript library
The npm package @sentry/status-page-list receives a total of 3,792 weekly downloads. As such, @sentry/status-page-list popularity was classified as popular.
We found that @sentry/status-page-list demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.
Security News
AI-generated slop reports are making bug bounty triage harder, wasting maintainer time, and straining trust in vulnerability disclosure programs.