
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@smartimpact-it/number-counter
Advanced tools
This library allows developers to easily create an animated number counter. (Demo)
Install using npm
or yarn
npm install --save @smartimpact-it/number-counter
<number-counter duration="3000">1500</number-counter>
If you want the number to be formatted as a number in the current language of the document, use the formatted
attribute:
<number-counter duration="3000" formatted>1500</number-counter>
If you want the animation to be paused whenever the element is hidden from the viewport, use the pause-when-invisible
attribute:
<number-counter duration="3000" pause-when-invisible>1500</number-counter>
Attribute | Default value | Description |
---|---|---|
initial | 0 | the initial number to start from |
final | the text value | the final number |
formatted | whether to format the text (Intl.NumberFormat) | |
custom-format | a custom format to be used (use '#' for the digits. E.g. ### ### ### ) | |
duration | 3000 | the duration of the animation |
step | 32 | the interval between each increase (milliseconds). |
pause-when-invisible | false | whether to pause when out of view |
root-margin | 0px | the root margins for the IntersectionObserver. |
The custom format is also automatically "read" from the content if you do not provide the "final" attribute. For example, for the component below the custom format will be inferred to be # ### ###
.
<number-counter>1 230 502</number-counter>
The elements also have some useful methods:
Method | Description |
---|---|
pause | Pause the animation. |
play | Resume the animation. |
rewind | Set the value back to the initial value. |
restart | Restart the animation. |
FAQs
A library to easily create an animated number counter.
We found that @smartimpact-it/number-counter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.