Socket
Socket
Sign inDemoInstall

aria-ng-gui

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aria-ng-gui - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

clean.js

5

download.js

@@ -40,3 +40,4 @@ // @ts-check

const fileName = `AriaNgGUI-${platform}-${arch}.zip`
const zipPath = path.join(cacheRoot, fileName)
const basePath = path.join(cacheRoot, version)
const zipPath = path.join(basePath, fileName)

@@ -73,3 +74,3 @@ if (await fs.pathExists(zipPath) && !force) {

await fs.ensureDir(cacheRoot)
await fs.ensureDir(basePath)
await fs.writeFile(zipPath, data)

@@ -76,0 +77,0 @@

{
"name": "aria-ng-gui",
"version": "2.0.0",
"version": "2.0.1",
"description": "An Aria2 GUI for Windows & Linux & MacOS",

@@ -27,5 +27,6 @@ "main": "index.js",

"postinstall": "node install.js",
"prepublishOnly": "node prepublish.js"
"prepublishOnly": "node prepublish.js",
"clean": "node clean.js"
},
"license": "MIT"
}

@@ -45,2 +45,17 @@

更新
```
npm update -g aria-ng-gui
```
## 使用 scoop 安装
[Scoop](https://github.com/lukesampson/scoop) 是一个 Windows 下的包管理工具。
```
scoop bucket add extras
scoop install aria-ng-gui
```
---

@@ -90,1 +105,16 @@

```
update
```
npm update -g aria-ng-gui
```
## Install using scoop
[Scoop](https://github.com/lukesampson/scoop) is a command-line installer for Windows.
```
scoop bucket add extras
scoop install aria-ng-gui
```
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