
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@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></action-spinner>
</div>
<div>
<action-spinner size="2"></action-spinner>
</div>
<div>
<action-spinner size="9"></action-spinner>
</div>
<loading-bar>Loading...</loading-bar>
<loading-bar size="1.5">Loading...</loading-bar>
<div style="color:red;">
<loading-bar size="2">
<span style="font-size:2rem;">Validating ...</span>
</loading-bar>
</div>
<h2>
Title
<action-spinner></action-spinner>
</h2>
<uiowa-ring></uiowa-ring> // default size = 4rem
<uiowa-ring size="2"></uiowa-ring>
<div style="height: 100px">
<loading-placeholder></loading-placeholder>
</div>
@NgModule({
declarations: [...],
imports: [..., SpinnerModule], // import SpinnerModule
providers: []
})
export class AppModule {}
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.
The npm package @uiowa/spinner receives a total of 3 weekly downloads. As such, @uiowa/spinner popularity was classified as not popular.
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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.