Socket
Socket
Sign inDemoInstall

@glimmer/tracking

Package Overview
Dependencies
Maintainers
12
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glimmer/tracking

Glimmer property tracking library


Version published
Maintainers
12
Created
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

Package last updated on 01 Apr 2022

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc