Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Fingerprinting module of Fingerprint-Scanner, a library to detect bots/crawlers based on their fingerprint.
The library is still in its early phase, many changes may occur.
npm install
and
npm run-script build
It generates a minified version called fpcollect.js in the dist/ directory.
const fingerprint = await fpCollect.generateFingerprint();
//or
fpCollect.generateFingerprint().then((fingerprint) => {
// Do something with the fingerprint
});
Fp-collect use Puppeteer and Chrome headless to run its tests. They can be launched using npm test.
Fp-collect collects only attributes required to detect bots, not attributes classically used for fingerprinting tracking, such as canvas. Details on the attributes and their meaning can be found in Fingerprint-Scanner.
This project is licensed under the MIT License - see the LICENSE file for details
FAQs
Fingerprinting script of the Fingerprint-Scanner library
The npm package fpcollect receives a total of 366 weekly downloads. As such, fpcollect popularity was classified as not popular.
We found that fpcollect 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.