
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@dazl/patterns
Advanced tools
Useful data structures such as LRU-Cache, set-multi-map, Signal, EventEmitter, Disposable, Debouncer
Useful data structures such as LRU-Cache, set-multi-map, Signal, EventEmitter, Disposable, Debouncer
| Class | Description |
|---|---|
| Debouncer | Cancelable debouncing of calls to trigger |
| Disposable_2 | |
| Disposables | |
| EventEmitter | Basic type safe event emitter |
| LRUCache | BASIC (not optimal) implementation of the LRU cache |
| SafeDisposable | Adds dispose-safe methods to Disposables: - setInterval/setTimeout - guard |
| SetMultiMap | Maps keys to a set of values |
| Signal | Signal is a simple event emitter for one type of event. |
| Function | Description |
|---|---|
| createDisposables(name, initialGroups) | Disposables allow adding of disposal async functions, when dispose is called, these functions will be run sequentially Disposal groups: You can set disposal groups with constraints (before, after) to ensure that disposal groups are disposed in the correct order within each group disposables are disposed in the reverse order they were added |
| isDisposable(value) | |
| isSetMultiMap(x) |
| Interface | Description |
|---|---|
| DisposalGroup | |
| IDisposable | |
| LRUCacheConfig |
| Variable | Description |
|---|---|
| DEFAULT_GROUP | |
| DEFAULT_TIMEOUT |
| Type Alias | Description |
|---|---|
| DisposableItem | |
| DisposableOptions | |
| GroupConstraints | |
| IEventEmitter | |
| Listener |
FAQs
Useful data structures such as LRU-Cache, set-multi-map, Signal, EventEmitter, Disposable, Debouncer
The npm package @dazl/patterns receives a total of 1,117 weekly downloads. As such, @dazl/patterns popularity was classified as popular.
We found that @dazl/patterns demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 33 open source maintainers 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
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.