Last 12 weeks · 0 commits
2 of 6 standards met
Repository: vercel/async-sema. Description: Semaphore using `async` and `await` Stars: 653, Forks: 34. Primary language: TypeScript. Languages: TypeScript (100%). License: MIT. Homepage: https://npmjs.com/async-sema Topics: async, asynchronous, await, package, semaphore. Latest release: 3.1.1 (4y ago). Open PRs: 4, open issues: 5. Last activity: 1y ago. Community health: 50%. Top contributors: OlliV, leo, leerob, dsabanin, cardin, FauxFaux, riophae, gastonfig, mfix22, pranaygp and others.
TypeScript
Tokens are now type-safe; old semantics are retained. But you can now use e.g. complex objects as tokens and enforce type safety, enabling things like pools of API instances, tokens with metadata or similar use cases; they are now typed and no longer .
Adding more tests Improving pipeline configuration Fixing typos in the README