Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
ember-cli-hot-loader
Advanced tools
An early look at what hot reloading might look like in the ember ecosystem
ember install toranb/ember-cli-hot-loader
During installation Ember CLI will prompt you to update the resolver code. This is required for ember-cli-hot-loader to work. If you have never modified the resolver, you can simply accept the changes or do a diff and update it manually. The final code should look something like:
import Resolver from 'ember-resolver';
import HotReloadMixin from 'ember-cli-hot-loader/mixins/hot-reload-resolver';
export default Resolver.extend(HotReloadMixin);
Add the development settings for ember-devtools to your config/environment.js
'ember-devtools': {
global: 'devtools',
enabled: environment === 'development'
}
note: this project has only been tested with ember 2.4+
import Ember from 'ember';
import hbs from 'htmlbars-inline-precompile';
export default Ember.Component.extend({
layout: hbs`
<h1>hello world</h1>
`
});
node_modules
by adding path
as an argument to the line return this.reloadPage();
vim node_modules/ember-cli/node_modules/tiny-lr/node_modules/livereload-js/dist/livereload.js
Until the livereload issue below is resolved you will need to hack the reloadPage function to provide path
return this.reloadPage(path);
https://github.com/livereload/livereload-js/issues/58
https://github.com/toranb/ember-redux-ddau-example/commit/8e52c51bbfef8802d5485cd83c140090fb7cba0f
FAQs
The default blueprint for ember-cli addons.
The npm package ember-cli-hot-loader receives a total of 8 weekly downloads. As such, ember-cli-hot-loader popularity was classified as not popular.
We found that ember-cli-hot-loader demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.