
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
@thumbtack/tp-ui-component-form-note
Advanced tools
`aria-describedby` should be used to [associate form fields with form notes](https://www.w3.org/TR/WCAG20-TECHS/ARIA1.html#ARIA1-ex2). The value of `aria-describedby` must match the form note’s `id`.
import '@thumbtack/tp-ui-component-form-note'; import '@thumbtack/tp-ui-element-input'; import '@thumbtack/tp-ui-element-label';
aria-describedby should be used to associate form fields with form notes. The value of aria-describedby must match the form note’s id.
<label class="tp-label" for="input-2781013281341440">Password</label>
<input
type="password"
class="tp-text-input"
id="input-2781013281341440"
aria-describedby="password-form-note"
/>
<div id="password-form-note" class="tp-form-note">
Passwords must be at least 8 characters long.
</div>
<label class="tp-label tp-label--bad-news" for="input-2781013281343234">Email</label>
<input
type="email"
class="tp-text-input tp-text-input--bad-news"
defaultValue="example@example.com"
id="input-2781013281343234"
aria-describedby="email-form-note"
/>
<div id="email-form-note" class="tp-form-note tp-form-note--bad-news">
This email address is already associated with an account.
</div>
FAQs
`aria-describedby` should be used to [associate form fields with form notes](https://www.w3.org/TR/WCAG20-TECHS/ARIA1.html#ARIA1-ex2). The value of `aria-describedby` must match the form note’s `id`.
We found that @thumbtack/tp-ui-component-form-note demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.