
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.
@uiowa/spinner
Advanced tools
(action-spinner) rotating circle spinner, used for actions such as button clicks. (loading-bar) beeping blocks, used for loading promises. (uiowa-ring) rotating golden and black spinner, used as loading indicator.
CHANGELOG
This library only contains three components and doesn't have third party dependencies.
action-spinner
Rotating circles. Used for action promise or waiting for page rendering. Allow to set spinner size. By default, size is 1rem.
loading-bar
Beeping blocks. Used for server side data loading. Allow to set spinner size. By default, size is 1rem.
uiowa-ring
Rotating spinner with Golden and Black colors. Used as loading indicator. Allow to set spinner size. By default, size is 4rem.
loading-placeholder
Carousel style one stripe spinner in a white background with box shadow. Allow to fit the parent container.
<div>
<action-spinner />
</div>
<div>
<action-spinner size="2" />
</div>
<div>
<action-spinner size="9" />
</div>
Loading... <loading-bar />
Loading... <loading-bar size="1.5" />
<div style="color:red;">
<span style="font-size:2rem;">Validating ...</span>
<loading-bar size="2" />
</div>
<h2>Title2 <action-spinner size="1.25" /></h2>
<uiowa-ring /> // default size = 4rem
<uiowa-ring size="2" />
<div style="height: 100px">
<loading-placeholder />
</div>
@NgModule({
declarations: [...],
imports: [...,
ActionSpinner,
LoadingBar,
LoadingPlaceholder,
UiowaRing], // import as needed
providers: []
})
export class App {}
FAQs
(action-spinner) rotating circle spinner, used for actions such as button clicks. (loading-bar) beeping blocks, used for loading promises. (uiowa-ring) rotating golden and black spinner, used as loading indicator.
We found that @uiowa/spinner demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 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.