Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

utorrent-cluster

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

utorrent-cluster - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

lib/torrent.js

@@ -38,3 +38,3 @@ var moment = require('moment');

this.percent = percent;
this.percentDone = percent / 1000;
this.percentDone = percent * 0.001;
this.downloaded = downloaded;

@@ -41,0 +41,0 @@ this.uploaded = uploaded;

{
"name": "utorrent-cluster",
"version": "0.0.3",
"version": "0.0.4",
"description": "Redis-backed utorrent cluster in node.js for torrent downloads.",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc