🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

ember-cli-log-observers-and-computed

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-log-observers-and-computed

Log Ember Object's observers and computed properties

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Ember-cli-log-observers-and-computed

Log Ember Object's observers and computed properties

Thanks to @liady for writing the stack trace code.

Usage

npm install --save-dev ember-cli-log-observers-and-computed

In order to see the log messages add the following code to your app.js:
Ember.LOG_OBSERVERS = true;
Ember.LOG_COMPUTED_PROPERTIES = true;

Demo

Demo app

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

Keywords

ember-addon

FAQs

Package last updated on 01 Jan 2015

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