Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
ember-cli-reporter
Advanced tools
This addon is still under development.
This addon aims to simplify remote error reporting in ember apps.
Ember-cli-reporter works with plugins to report issues to specific error reporting systems. The following addons exist for reporting to with ember-cli-reporter:
To use ember-cli-reporter install one of these addons to your ember-cli project. E.g.
ember install ember-cli-reporter-bugsnag
You will likely need to provide configuration to the plugin, see the plugin instructions.
For example adding to config/environment.js
:
bugsnag: {
apiKey: 'secretApiKey'
}
Ember-cli-reporter works with plugins to report issues to specific error reporting systems. See ember-cli-reporter-bugsnag for an example plugin.
A plugin is expected to
ember-cli-reporter
is installed example,The name of the addon e.g. 'ember-cli-reporter-bugsnag'.
The location of the config hash in config/environment.js
. Defaults to the name of the addon.
E.g. if configNamespace
is set to bugsnag
, ember-cli-reporter will look for
bugsnag: {
key: value
}
in config/environment.js
.
Called when an app with ember-cli-reporter is initialized. Passes in the config specified by
configNamespace
setting.
Called when an error occurs. Passes in the error instance provided by Ember.onerror
.
FAQs
The default blueprint for ember-cli addons.
The npm package ember-cli-reporter receives a total of 0 weekly downloads. As such, ember-cli-reporter popularity was classified as not popular.
We found that ember-cli-reporter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.