
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
The loading component uses CSS3 animations in Chrome and gifs in IE8.
None.
import loading from 'g-loading';
// Three sizes
loading() // 40x40
loading.small() // 24x24
loading.large() // 60x60
// Optional parameters
loading(ele)
loading(ele, 'Loading...')
loading('Loading...')
loading() is equivalent to loading(document.body, 'Loading...')
loading(ele) is equivalent to loading(ele, 'Loading...')
loading('Waiting...') is equivalent to loading(document.body, 'Waiting...')
let hide = loading()
...
// After a period of time
hide()
Each instance is destroyed independently and does not interfere with each other.
ele is not set, loading will be rendered on the body by default.ele is not body, its position property cannot be static, meaning it must be relatively or absolutely positioned.ele is not body, it must be a div or span..ie8, it is recommended to set the class="ie8" directly on the html element.FAQs
loading
We found that g-loading demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.