New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 4.0.1 to 4.0.2

9

lib/Aria2.js

@@ -38,6 +38,7 @@ "use strict";

async multicall(calls) {
const multi = calls.map(([method, ...params]) => {
return [{ methodName: prefix(method), params: this.addSecret(params) }];
});
const multi = [
calls.map(([method, ...params]) => {
return { methodName: prefix(method), params: this.addSecret(params) };
})
];
return super.call("system.multicall", multi);

@@ -44,0 +45,0 @@ }

{
"name": "aria2",
"version": "4.0.1",
"version": "4.0.2",
"description": "Library and cli for aria2, \"The next generation download utility.\"",

@@ -32,9 +32,9 @@ "homepage": "https://github.com/sonnyp/aria2.js",

"dependencies": {
"commander": "^2.9.0",
"commander": "^2.16.0",
"node-fetch": "^2.1.2",
"ws": "^5.1.1"
"ws": "^5.2.2"
},
"devDependencies": {
"ava": "^0.25.0",
"prettier": "1.12.1"
"prettier": "1.13.7"
},

@@ -41,0 +41,0 @@ "engines": {

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