
Security News
152 Chrome Live Wallpaper Extensions Hid Ad Tracking and Faked Google Search Traffic
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.
ac-rev-hash
Advanced tools
Create a hash for file revving
It will create a md5 hash from the input buffer and slice it to 20 characters,
which is unique enough for this purpose.
$ npm install --save ac-rev-hash
var fs = require('fs');
var revHash = require('ac-rev-hash');
var buffer = fs.readFileSync('unicorn.png');
revHash(buffer);
//=> 'bb9d8fe615bb9d8fe615'
MIT © Sindre Sorhus
FAQs
> Create a hash for file revving
We found that ac-rev-hash 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
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.