
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
downdetector-api
Advanced tools
Unofficial APIs for Downdetector.com website.
npm i downdetector-api
const { downdetector } = require('downdetector-api');
async function main () {
try {
// Without specifying the downdetector domain
const response = await downdetector('steam');
// Specifying the downdetector domain (some companies are not in the .com domain)
const response = await downdetector('windtre', 'it');
} catch (err) {
console.error(err);
}
}
{
reports: [
{ date: '2021-02-21T20:16:06+00:00', value: 17 },
{ date: '2021-02-21T20:31:06+00:00', value: 16 },
{ date: '2021-02-21T20:46:06+00:00', value: 16 },
{ date: '2021-02-21T21:01:06+00:00', value: 14 }
...
],
baseline: [
{ date: '2021-02-21T20:16:06+00:00', value: 1 },
{ date: '2021-02-21T20:31:06+00:00', value: 2 },
{ date: '2021-02-21T20:46:06+00:00', value: 2 },
{ date: '2021-02-21T21:01:06+00:00', value: 3 }
]
}
FAQs
Unofficial APIs for downdetector.com
The npm package downdetector-api receives a total of 24 weekly downloads. As such, downdetector-api popularity was classified as not popular.
We found that downdetector-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.