Socket
Socket
Sign inDemoInstall

ember-is-visible

Package Overview
Dependencies
221
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ember-is-visible

Visibility Detection for Ember Apps


Version published
Weekly downloads
56
decreased by-31.71%
Maintainers
1
Install size
13.3 MB
Created
Weekly downloads
 

Readme

Source

Ember-Is-Visible

Build Status Ember Observer Score Code Climate Greenkeeper badge

This addon provides a visibility service to track whether your app is currently visible.

Click to see the demo!

Installation

  • git clone https://github.com/elwayman02/ember-is-visible this repository
  • cd ember-is-visible
  • npm install

Usage

Simply inject the visibility service and check the visible and lostVisibility properties:

visible

Indicates whether the app is currently visible

lostVisibility

Indicates if the app has ever not been visible during the current session.

Development

This section outlines the details of collaborating on this Ember addon.

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

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

Keywords

FAQs

Last updated on 09 Nov 2018

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