Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
bittorrent-created-by
Advanced tools
Parse bittorrent "created by" strings into objects or die trying!
Parse bittorrent "created by" strings into objects or die trying!
bittorrent-created-by tries really hard to parse the ugly and often confusing "created by" fields from torrent files. The definitions it uses were built by analysing a very large collection of torrent files found in the wild.
Code:
var parseCreatedBy = require("bittorrent-created-by");
var createdBy = parseCreatedBy("uTorrent/2210");
console.log(JSON.stringify(createdBy));
Output:
{"client":"uTorrent","version":"2210"}
Available via npm:
$ npm install bittorrent-created-by
Or via git:
$ git clone git://github.com/deoxxa/bittorrent-created-by.git node_modules/bittorrent-created-by
parseCreatedBy
This is the only thing exposed by this module.
parseCreatedBy(string);
var createdBy = parseCreatedBy("uTorrent/2210");
3-clause BSD. A copy is included with the source.
FAQs
Parse bittorrent "created by" strings into objects or die trying!
The npm package bittorrent-created-by receives a total of 0 weekly downloads. As such, bittorrent-created-by popularity was classified as not popular.
We found that bittorrent-created-by 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.