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-icon-rating
Advanced tools
Rating Input that can use any Font Awesome Icon and defaults to using the star icon
ember install ember-cli-icon-rating
Simplest Case
{{icon-rating
value=value
onClick=(action (mut value))
}}
Full Example (Defaults)
{{icon-rating
min=1
max=5
step=1
value=0
width=0
size='lg'
readOnly=false
baseIcon='star'
fillIcon='star'
baseColor='grey'
fillColor='gold'
disableHover=false
showRatingAbove=false
showRatingBelow=false
icon=null // No Defaults for icon
color=null // No Defaults for color
onClick=null // No Defaults for onClick
}}
See the Contributing guide for details.
This project is licensed under the MIT License.
FAQs
Icon (i.e. stars) rating input for ember applications
The npm package ember-cli-icon-rating receives a total of 1 weekly downloads. As such, ember-cli-icon-rating popularity was classified as not popular.
We found that ember-cli-icon-rating 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.