Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
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.
FAQs
The default blueprint for ember-cli addons.
The npm package tracked-maps-and-sets receives a total of 4,575 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.