Socket
Socket
Sign inDemoInstall

@ember/optional-features

Package Overview
Dependencies
Maintainers
10
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ember/optional-features

The default blueprint for ember-cli addons.


Version published
Maintainers
10
Created

What is @ember/optional-features?

@ember/optional-features is an npm package that allows Ember.js developers to enable or disable optional features in their Ember applications. This package provides a way to manage feature flags for various experimental or legacy features, making it easier to adopt new features or phase out old ones.

What are @ember/optional-features's main functionalities?

Enable/Disable Optional Features

This feature allows you to enable specific optional features in your Ember application. For example, you can enable the 'application-template-wrapper' feature using the command provided.

{"command":"ember feature:enable <feature-name>","example":"ember feature:enable application-template-wrapper"}

List Available Features

This feature lists all the optional features available for your Ember application. It helps you see which features are enabled or disabled.

{"command":"ember feature:list"}

Disable Optional Features

This feature allows you to disable specific optional features in your Ember application. For example, you can disable the 'application-template-wrapper' feature using the command provided.

{"command":"ember feature:disable <feature-name>","example":"ember feature:disable application-template-wrapper"}

Other packages similar to @ember/optional-features

Keywords

FAQs

Package last updated on 02 Aug 2018

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