Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@git-stunts/alfred

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@git-stunts/alfred - npm Package Compare versions

Comparing version
0.6.0
to
0.6.9
+7
-0
CHANGELOG.md

@@ -8,2 +8,9 @@ # Changelog

## [0.6.9] - 2026-02-02
### Added
- **Cloudflare Workers Support**: Alfred now verified to work in Cloudflare Workers runtime via Miniflare tests.
- **Cloudflare Workers CI**: Docker-based Miniflare tests run in CI to ensure continued compatibility.
## [0.6.0] - 2026-02-02

@@ -10,0 +17,0 @@

+1
-1
{
"name": "@git-stunts/alfred",
"version": "0.6.0",
"version": "0.6.9",
"description": "Production-grade resilience patterns for async ops: retry/backoff+jitter, circuit breaker, bulkhead, timeout.",

@@ -5,0 +5,0 @@

{
"name": "@git-stunts/alfred",
"version": "0.6.0",
"version": "0.6.9",
"description": "Production-grade resilience patterns for async ops: retry/backoff+jitter, circuit breaker, bulkhead, timeout.",

@@ -5,0 +5,0 @@ "type": "module",

@@ -87,2 +87,3 @@ # @git-stunts/alfred

- **Browsers** (Chrome 85+, Firefox 79+, Safari 14+, Edge 85+)
- **Cloudflare Workers**

@@ -507,2 +508,3 @@ Uses standard Web APIs (AbortController, AbortSignal, Promise.any) with no Node-specific dependencies. Runtime-aware clock management ensures clean process exits in server environments.

- Modern browsers (Chrome 85+, Firefox 79+, Safari 14+)
- Cloudflare Workers

@@ -509,0 +511,0 @@ For older runtimes, use a polyfill like [core-js](https://github.com/zloirock/core-js#promiseany) or [promise.any](https://www.npmjs.com/package/promise.any).