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-bootstrap-colorpicker
Advanced tools
Bootstrap colorpicker for Ember. This component is based on mjolnic-bootstrap-colorpicker.
ember install ember-cli-bootstrap-colorpicker
Two-way bindings are replaced by data down, actions up (DDAU). See: http://emberjs.com/blog/2015/06/12/ember-1-13-0-released.html#toc_ember-2-0-beta
Before:
{{bs-colorpicker tagName="input" type="text" color=color format="hex"}}
After:
{{bs-colorpicker tagName="input" type="text" color=color format="hex" onChange=(action (mut color))}}
With an input:
{{bs-colorpicker tagName="input" type="text" color=color format="hex" onChange=(action (mut color))}}
With an input addon:
{{#bs-colorpicker color=color format="hex" classNames="input-group" onChange=(action (mut color))}}
<input type="text" class="form-control">
<span class="input-group-addon"><i></i></span>
{{/bs-colorpicker}}
You can use this component with what you want. It simply initializes the colorpicker on the element.
npm run lint:js
npm run lint:js -- --fix
ember test
– Runs the test suite on the current Ember versionember test --server
– Runs the test suite in "watch mode"npm test
– Runs ember try:each
to test your addon against multiple Ember versionsember serve
For more information on using ember-cli, visit https://ember-cli.com/.
This project is licensed under the MIT License.
FAQs
Bootstrap colorpicker for Ember
We found that ember-cli-bootstrap-colorpicker 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.