
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
ember-addons-inspector
Advanced tools
Inspect the addons included in your Ember application or Ember addon
Get all the information about the addons registered in your Ember project (addon
or application). This addon adds an inspect
command which facilitates
inspecting your project and learn all about the addons registered in it.
List all the addons in the project
$ ember inspect:all
Inspecting app...
Found 36 addon(s), 0 disabled.
* ember-buffered-proxy (0.5.1)
An Ember Object Proxy with change buffering
* ember-cli-app-version (1.0.0)
Add App version number to Ember Inspector Info Tab
* ember-cli-babel (5.1.6)
This Ember-CLI plugin uses [Babel](https://babeljs.io/) to allow you to use ES6 syntax with your Ember-CLI project.
* ember-cli-dependency-checker (1.2.0)
Ember CLI addon for detecting missing npm and bower dependencies before executing ember commands
...
and then you can inspect an individual addon
$ ember inspect ember-cli-mirage
A client-side mock HTTP server to develop, test and demo your Ember app
version: 0.1.13
homepage: https://github.com/samselikoff/ember-cli-mirage
bugs: https://github.com/samselikoff/ember-cli-mirage/issues
repository: git+https://github.com/samselikoff/ember-cli-mirage.git
author: Sam Selikoff
license: MIT
Blueprints:
ember-cli-mirage - Installer blueprint
factory - Generates a mirage factory.
fixture - Generates a mirage fixture.
This is work in progress and the idea is to add tons of information about the addons.
$ ember install ember-addons-inspector
$ git clone https://github.com/san650/ember-addons-inspector.git
$ npm test
TBA
ember-addons-inspector is licensed under the MIT license.
See LICENSE for the full license text.
FAQs
Inspect the addons included in your Ember application or Ember addon
We found that ember-addons-inspector demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.