
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
@nacho-ui/pill
Advanced tools
The Nacho pill component creates an interactive element that can be added, dismissed, toggled, or defined by user-generated content.
ember install @nacho-ui/pill
The Nacho pill input component is used when you want to allow input for a set of tags that appear as a pill-like item.
Expected behavior:
Params:
| Name | Type | Description |
|---|---|---|
| value | `string | undefined` |
| placeholder | `string | undefined` |
| onComplete | (p: string) => void | Triggers the completion task for adding a tag, where p is the value of the user's text input |
| onDelete | (p: string) => void | Triggers the deletion of the tag, where P is the value of the value passed into the component |
| baseState | PillState as string | Allows the user to specify a custom state for the tag (defaults to PillState.NeutralInverse) when a value is displayed |
| emptyState | PillState as string | Allows the user to specify a custom state for the tag (defaults to PillState.Inverse) when prompting to enter a value |
<NachoPillInput
@value="stringOrUndefined"
@placeholder={{"string" || undefined}}
@onComplete={{action onComplete}}
@onDelete={{action onDelete}}
@baseState={{PillState.Good}}
@emptyState={{PillState.GoodInverse}}
/>
{{#each this.tagList as |tag|}}
<NachoPillInput @value={{tag}} @onDelete={{action this.removeTag tag}}/>
{{/each}}
<NachoPillInput @placeholder="Add Pokemon" @onComplete={{action this.addTag}}/>
git clone <repository-url>cd nacho-pillyarn installyarn lint:hbsyarn lint:jsyarn lint:js --fixember test – Runs the test suite on the current Ember versionember test --server – Runs the test suite in "watch mode"ember try:each – Runs the test suite against multiple Ember versionsember serveFor more information on using ember-cli, visit https://ember-cli.com/.
This project is licensed under the MIT License.
FAQs
The default blueprint for ember-cli addons.
We found that @nacho-ui/pill demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.