Socket
Socket
Sign inDemoInstall

@glimmer/tracking

Package Overview
Dependencies
3
Maintainers
12
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @glimmer/tracking

Glimmer property tracking library


Version published
Weekly downloads
109K
decreased by-5.48%
Maintainers
12
Created
Weekly downloads
 

Changelog

Source

v2.0.0-beta.18 (2022-03-31)

:boom: Breaking Change
  • @glimmer/component
    • #361 Drop support for Node 10 (@NullVoxPopuli)
:rocket: Enhancement
:memo: Documentation
Committers: 4

Readme

Source

@glimmer/tracking

npm version CI

Installation

Add this package to your project with Yarn:

yarn add -D @glimmer/tracking

Or alternatively with npm:

npm install --save-dev @glimmer/tracking

Usage

To use this in a Glimmer application, import the package and export an extended class:

import Component from '@glimmer/component';
import { tracked } from '@glimmer/tracking';

export default class MyComponent extends Component {
  @tracked foo;
}

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/glimmerjs/glimmer.js.

Acknowledgements

Thanks to Monegraph for funding the initial development of this library.

License

MIT License.

Keywords

FAQs

Last updated on 31 Mar 2022

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc