
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@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
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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.