
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.
@teamwork/login-button
Advanced tools
Public components to enhance your interaction with Teamwork
From the CDN
<!-- You can also use https://cdn.teamwork.com/public/{tag}/login-button.js for a specific version -->
<script type="module" src="https://cdn.teamwork.com/public/latest/login-button.js"></script>
<teamwork-login-button
redirectURI="https://www.myapp.com/"
clientID="myClientID"
iconOnly
state="appstate"
color="slate"
size="large"
borders="rounded"
/>
Using NPM
First install it
npm -i @teamwork/login-button --save
Then, in your main.js file:
import '@teamwork/login-button';
And somewhere in you template:
<teamwork-login-button
redirectURI="https://www.myapp.com/"
clientID="myClientID"
icon="false"
state="appstate"
color="slate"
size="large"
borders="default"
/>
| Name | Default | Description | Allowed Values |
|---|---|---|---|
clientID | Required. Client ID from the Developer Portal | ||
redirectURI | Required. Redirect URI for your Developer Portal app | ||
state | Optional. Value will be passed to your redirect URI as a query parameter | ||
size | medium | Size of the button | large medium small |
borders | default | Button border style | default rounded square |
color | white | Button color theme | slate white indigo pink |
iconOnly | false | Show a compact, icon-only version of the button | Attribute presence indicates true |
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.

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.