UNPKG

jssafecircuit

Version:

A Node.js library implementing a circuit breaker pattern to manage and mitigate failures in asynchronous operations, with configurable states and callback events.

24 lines (22 loc) 626 B
{ "name": "jssafecircuit", "version": "1.0.0", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/fadedreams/jssafecircuit" }, "keywords": [ "Fault Tolerance", "Resilience", "Failure Management" ], "author": "fadedreams7", "homepage": "https://github.com/fadedreams/jseventhub", "license": "MIT", "description": "A Node.js library implementing a circuit breaker pattern to manage and mitigate failures in asynchronous operations, with configurable states and callback events.", "exports": { "import": "./index.js", "require": "./index.cjs" } }