
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
ember-console
Advanced tools
get a console (REPL) to you fastboot capable ember-app
WARNING: still experimental, but ideas/help is wanted!
yarn add ember-console
or
npm install ember-console
ember-cli-fastboot >= 1.0.0-rc.1 installed and workingember buildember console and your app in dist/ is started in fastboot, and a repl to it is opened.Available repl commands:
.help for repl specific commandsapp
currentURLroutesrootElementlookup(fullName): enables looking up singletons, for example lookup('router:mian')reload() reloads the app, if a new bulid has occured this can be used to reload new code.visit(path) the fastboot visit helper, allowing you to manually navigate your appinstance the fastboot instancesandbox the sandboxed global: for example Object.keys(sandbox.require.entries) will give you all the modules your app uses** Bonus **
It is also possible to connect the console to a pre-built application (as long as it was built with fastboot)
ember build --output-path my-other-dist`
ember console --output-path my-pther-dist
git clone <repository-url> this repositorycd ember-consolenpm installember servenpm test (Runs ember try:each to test your addon against multiple Ember versions)ember testember test --serverember buildFor more information on using ember-cli, visit https://ember-cli.com/.
FAQs
The default blueprint for ember-cli addons.
The npm package ember-console receives a total of 3 weekly downloads. As such, ember-console popularity was classified as not popular.
We found that ember-console demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.