
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-custom-addons
Advanced tools
This addon allows to create sub-applications with a different namespace of your ember-cli project.
ember install ember-cli-custom-addons
You can pass the follow options by setting them in config/environment.js
as follow:
path
: addons pathexclude.addons
: exclude addons from buildexclude.files
: exclude addon files from buildcustomAddons: {
path: 'addons',
exclude: {
files: ['foo/*.coffee'],
addons: ['foo']
}
},
addons
directory inside the project rootaddons
directory will be merged with the app
tree in a different namespacedummy/
- app/
- components/
- routes/
- ...
- addons/
- foo
- components/
- routes/
- ... (same as 'app')
- bar
- ...
- public/
- vendor/
- ...
After build, inside dist/assets/app.js
, will be defined the addons modules and templates in their respectives namespaces:
// App
define('dummy/app', ['exports', 'ember', ...
define('dummy/components/foo', ['exports', 'ember', ...
// Addons
define('foo/components/foo', ['exports', 'ember', ...
define('foo/routes/bar', ['exports', 'ember', ...
define('bar/pods/index', ['exports', 'ember', ...
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
Create sub-applications in your ember-cli project
The npm package ember-cli-custom-addons receives a total of 0 weekly downloads. As such, ember-cli-custom-addons popularity was classified as not popular.
We found that ember-cli-custom-addons demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.