
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
ember-ted-button
Advanced tools
work in progress! subject to change
ember install ember-ted-button
This addon depends on ember-ted-shed
and ember-cli-sass
for styling:
ember install ember-ted-shed
ember install ember-cli-sass
// app.scss
@import 'ember-ted-shed/colors;
@import 'ember-ted-shed/borders;
Basic usage (defaults to light theme):
{{ted-button text="Save"}}
Dark theme: {{ted-button text="Save" theme="dark"}}
Template block usage for custom markup:
{{#ted-button}}
<em>any</em> markup can go here!
{{/ted-button}}
Disabled button:
{{ted-button
text="can't click this"
theme="dark"
classNames="m-l:1"}}
If you need to customize, you can add your own shed.css class names:
{{#ted-button text="Danger!" classNames="bg:red"}}
git clone
this repositorynpm install
bower install
##3 Running
ember serve
npm test
(Runs ember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit http://ember-cli.com/.
FAQs
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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.