
Security News
GitHub Actions Adds cache-mode to Limit Cache Poisoning Risk
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.
@sebspark/retry
Advanced tools
A helper for retrying any promise call (ex an http request) with error rules and backoff
@sebspark/retryA helper for retrying any promise call (ex an http request) with error rules and backoff
import { retry, interval, retryCondition, RetrySettings } from '@sebspark/retry'
import axios from 'axios'
const settings: RetrySettings = {
interval: interval.exponential(1000), // Exponential backoff starting at 1000 ms
maxRetries: 5,
retryCondition: retryCondition.serverErrors, // Only retries on server errors
}
const result = await retry(() => axios.get('https://example.com'), settings)
FAQs
Unknown package
The npm package @sebspark/retry receives a total of 994 weekly downloads. As such, @sebspark/retry popularity was classified as not popular.
We found that @sebspark/retry demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.