Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@tkrotoff/bootstrap-input-spinner
Advanced tools
Bootstrap 5 spinner/loading/pending indicator for
Bootstrap 5 spinner/loading/pending indicator for <input>
, <textarea>
and <select>
Example: https://codesandbox.io/s/github/tkrotoff/bootstrap-input-spinner/tree/codesandbox.io
Check the changelog for breaking changes and fixes between releases.
⚠️ Latest implementation for Bootstrap >= 4.2 & < 5 is @tkrotoff/bootstrap-input-spinner v0.10.2
⚠️ Latest implementation for Bootstrap < 4.2 is @tkrotoff/bootstrap-spinner v0.0.4
npm install @tkrotoff/bootstrap-input-spinner
Import bootstrap-input-spinner.scss:
@import '~@tkrotoff/bootstrap-input-spinner/src/bootstrap-input-spinner';
Modify your Bootstrap 5 code as follow:
<div class="mb-3">
<label for="email">Email address</label>
<div class="is-loading">
<input type="email" id="email" class="form-control">
<div class="spinner-border spinner-border-sm"></div>
</div>
</div>
FAQs
Bootstrap 5 spinner/loading/pending indicator for
The npm package @tkrotoff/bootstrap-input-spinner receives a total of 169 weekly downloads. As such, @tkrotoff/bootstrap-input-spinner popularity was classified as not popular.
We found that @tkrotoff/bootstrap-input-spinner demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.