
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
ember-cli-awesome-resolver
Advanced tools
This resolver allows to use any amd module namespace defined in the configuration file.
| Package | ember-cli-awesome-resolver |
| Description | Ember-cli awesome resolver |
| Node Version | >= 0.10 |
ember install ember-cli-awesome-resolverconfig/environment.jsapp/app.js and create an instance passing the namespaces and the modules configuration// app/app.js
import AwesomeResolverMixin from 'ember-cli-awesome-resolver/mixins/awesome-resolver';
import config from './config/environment';
const Resolver = Ember.Resolver.extend(AwesomeResolverMixin, {
moduleBasedResolver: true,
namespaces: config.namespaces,
pluralizedTypes: {
config: 'config'
}
});
const App = Ember.Application.extend({
Resolver,
rootElement: '#app',
modulePrefix: config.modulePrefix,
ready() {
// Set app to ready.
this.set('isReady', true);
}
});
export default App;
// config/environment.js
module.exports = function(environment) {
var ENV = {
namespaces: ['mynamespace', 'anothernamespace', ...],
APP: {
// Here you can pass flags/options to your application instance
// when it is created
}
...
If you want to contribute to this addon, please read the CONTRIBUTING.md.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
FAQs
Awesome resolver for ember-cli projects
We found that ember-cli-awesome-resolver demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.