Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Light cross-platform Graph,Custom Configuration and animation supported
https://zedwang.github.io/waterball/demo/index.html
<script src='/path/water-ball.min.js'></script>
<div id='container'></div>
var options = {
value: 30,
r: 100,
color: '#787878'
}
var container = document.getElementById('container')
var wb = new WaterBall(container, options);
// update
wb.setOptions({value:50})
$ npm install waterball
This will install waterBall NPM packages.
destroy instance
Field | Type | Default | description |
---|---|---|---|
fill | String/Array | #fff | |
waveStyle | String/Array | ['#5bf6a1','#2bdb72'] | |
waveWidth | Float | 0.02 | |
waveHeight | Int | 8 | |
speed | Float | .1 | |
borderColor | String | #2bdc76 | |
borderWidth | Int | 2 | |
value | Float | 0 | |
color | String | #fff | |
fontSize | String | 25px microsoft yahei | |
textAlign | String | center | |
ext | String | % | |
format | Function | null | format: function(value) { return value + 'kg'} |
https://github.com/zedwang/waterball/issues
Directives from this repository are automatically tested with the following browsers:
Chrome (stable and canary channel)
Firefox
IE 9 and 10
Opera
Safari
Modern mobile browsers should work without problems.
FAQs
A Canvas Graph library
We found that waterball 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.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.