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.
broccoli-riot
Advanced tools
Broccoli plugin that takes a tree and compiles riot tags into javascript files.
I'm new to Broccoli and riot as well but I feel the need to learn both, and there is no better way to learn that building something you need. As you may guess this plugin is far from perfect so please, please if you find a bug open a PR!.
This project is heavily inspired, maybe more like a copy & adapt thing on broccoli-typescript so kudos to Shinnosuke Watanabe.
Install with npm. (Make sure you have installed Node.)
npm i --save-dev broccoli-riot
var compileRiotTags = require('broccoli-riot');
tree = compileRiotTags(tree, options);
Type: String
Default: Build target directory
Output compiled files to the directory.
Copyright (c) 2014 Gabriel Chertok
Licensed under the MIT License.
FAQs
Broccoli plugin that takes a tree and compiles riot tags into javascript files.
We found that broccoli-riot 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.