Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
ember-cli-combobox
Advanced tools
A simple ember-cli combo box. Inspired by and modified from https://github.com/instructure/ic-autocomplete/
ember install:addon ember-cli-combobox
{{ember-combobox dataSource=rates value=currentRate valueChanged="rateChanged" on-select="selectState" optionValuePath="id" optionLabelPath="name" selectedValuePath="id" placeholder="Pick a rate"}}
dataSource
: This is an array of objects that pre-populates the dropdown for the combobox.
value': This is used if you have a current value that you would like to bind to the free-form textbox.
valueChanged: This is an action that can be specified on your controller to handle when a user changes the value in the textbox manually.
on-select: This is another action that fires when a user selects an option in the dropdown
optionValuePath: This is the property path on each individual object in the dataSource array.
optionLabelPath: This is the property path that is used to display a value in the dropdown.
selectedValuePath: This is the property path that gets displayed in the textbox.
placeholder`: Placeholder text to be displayed in the text box.
This is a WIP attempt at a combo box. Feel free to issue pull requests for updates.
FAQs
A combo box for use with an ember-cli application
The npm package ember-cli-combobox receives a total of 0 weekly downloads. As such, ember-cli-combobox popularity was classified as not popular.
We found that ember-cli-combobox 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.