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.
@freyr/webpack-reporter
Advanced tools
Simplifies webpack logs, and adds a little personality
Note, for best results set stats: 'errors-only'
in the root of your webpack config. If you're using webpack-dev-server, you should also set stats: 'errors-only',
inside of devServer
options.
const Reporter = require('@freyr/webpack-reporter')
plugins: [
new Reporter({
devserver: {
env: ENV,
host: IP_ADDRESS,
port: port
},
gifs: CONFIG.gifs
})
]
NOTE: All options are...optional.
Enable gifs to spice up the terminal output (require iterm3+)
Default: false
If you're running webpack dev server, or a custom server, you can pass the details here to let the reporter know about it
Default: false
If you pass true
if will fallback to defaults, but you can override any of them:
Options: false
FAQs
Cleaner webpack reporter with a little more personality
The npm package @freyr/webpack-reporter receives a total of 0 weekly downloads. As such, @freyr/webpack-reporter popularity was classified as not popular.
We found that @freyr/webpack-reporter 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.
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.