
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
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-resolver
config/environment.js
app/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
The npm package ember-cli-awesome-resolver receives a total of 1 weekly downloads. As such, ember-cli-awesome-resolver popularity was classified as not popular.
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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.