
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
tracked-maps-and-sets
Advanced tools
This addon provides tracked versions of JavaScript's Maps and Sets:
import {
TrackedMap,
TrackedWeakMap,
TrackedSet,
TrackedWeakSet,
} from 'tracked-maps-and-sets';
These classes have the same APIs as their native equivalents, but reading from them or writing to them will be tracked, allowing you to use them in your Ember apps and have changes automatically propagate!
ember install tracked-maps-and-sets
See the MDN documentation for each class to learn more about it:
All public APIs are the same, and they will also return true in instanceof
checks against the base datatype.
See the Contributing guide for details.
This project is licensed under the MIT License.
v3.0.0 (2021-08-03)
prepare
npm script (@chriskrycho)FAQs
The default blueprint for ember-cli addons.
The npm package tracked-maps-and-sets receives a total of 16,897 weekly downloads. As such, tracked-maps-and-sets popularity was classified as popular.
We found that tracked-maps-and-sets demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.