
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-route-helpers
Advanced tools
Transition into routes with helpers directly on template.
ember install ember-route-helpers
(transition-to 'destination' model (query-params foo='bar'))
(transition-to)
helper that receives the same argument signature as link-to
but evaluates to an action that can be called to trigger transition.
<button {{action (transition-to 'index')}}>Go to Index</button>
(replace-with 'destination' model (query-params foo='bar'))
(replace-with)
helper that transition into another route while replacing the current URL, if possible. This will replace the current history entry instead of adding a new one. Beside that, it is identical to transitionTo in all other respects.
<button {{action (replace-with 'index')}}>Go to Index</button>
(transition-to-external 'destination' (query-params foo='bar'))
(transition-to-external)
helper that transition from an Engine to an external route.
<button
{{action (transition-to-external 'parent-index' (query-params foo='bar'))}}
>Go to Index</button>
(replace-with-external 'destination' (query-params foo='bar'))
(replace-with-external)
helper that transition (replacing) from an Engine to an external route.
<button
{{action (replace-with-external 'parent-index' (query-params foo='bar'))}}
>Go to Index</button>
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
Routing template helpers
We found that ember-route-helpers demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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.