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

aria2

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aria2 - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

lib/index.js

@@ -24,3 +24,3 @@ (function(global) {

host: 'localhost',
port: 8600
port: 6800
};

@@ -96,3 +96,3 @@

this.http(m, (function(err) {
fn(err);
this.callbacks[m.id](err);
delete this.callbacks[m.id];

@@ -99,0 +99,0 @@ }).bind(this));

{
"name": "aria2",
"version": "0.0.4",
"version": "0.0.5",
"description": "Library for aria2, \"The next generation download utility.\"",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/sonnyp/aria2.js",

@@ -39,3 +39,3 @@ aria2.js

host: 'localhost',
port: 8600,
port: 6800,
secure: false

@@ -42,0 +42,0 @@ }

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