
Research
PyPI Package Impersonates SymPy to Deliver Cryptomining Malware
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.
Get and set volume. Currently only supported in OS X systems.
$ npm install --save vol
var vol = require('vol');
vol.get(function (err, level) {
console.log(level);
//=> 0.45
});
vol.set(0.65, function (err) {
console.log('Changed volume to 65%');
});
vol.mute(function (err) {
console.log('Volume muted');
});
$ npm install --global vol
$ vol --help
Example
$ vol
$ vol 0.4
$ vol mute
Get volume level.
Type: function
Type: number
Current volume level.
Set volume level.
Required
Type: number
A number between 0 and `1.
Type: function
MIT © Andreas Gillström
FAQs
Get and set sound volume
The npm package vol receives a total of 8 weekly downloads. As such, vol popularity was classified as not popular.
We found that vol 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
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.

Security News
Node.js 25.4.0 makes require(esm) stable, formalizing CommonJS and ESM compatibility across supported Node versions.

Product
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.