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

@naria2/options

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@naria2/options - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

6

dist/index.d.ts

@@ -575,6 +575,8 @@ import { MergeDeep, PartialDeep } from 'type-fest';

rpc: Aria2RPCOptions;
bt: Aria2BtGlobalOptions & Aria2DhtGlobalOptions;
bt: Aria2BtGlobalOptions;
dht: Aria2DhtGlobalOptions;
}>;
type Aria2RPCOptionsKey = 'pause' | 'pause-metadata' | 'rpc-allow-origin-all' | 'rpc-certificate' | 'rpc-listen-all' | 'rpc-listen-port' | 'rpc-max-request-size' | 'rpc-private-key' | 'rpc-save-upload-metadata' | 'rpc-secret' | 'rpc-secure';
type Aria2BtGlobalOptionsKey = 'bt-detach-seed-only' | 'bt-lpd-interface' | 'bt-max-open-files' | 'listen-port' | 'max-overall-upload-limit' | 'peer-id-prefix' | 'peer-agent';
type Aria2DhtGlobalOptionsKey = 'enable-dht' | 'enable-dht6' | 'dht-entry-point' | 'dht-entry-point6' | 'dht-file-path' | 'dht-file-path6' | 'dht-listen-addr6' | 'dht-listen-port' | 'dht-message-timeout';
/**

@@ -679,2 +681,2 @@ * @link https://aria2.github.io/manual/en/html/aria2c.html#rpc-options

export { type Aria2BasicGlobalOptions, type Aria2BasicInputOptions, type Aria2BtGlobalOptions, type Aria2BtGlobalOptionsKey, type Aria2BtInputOptions, type Aria2BtMetalinkOptions, type Aria2DhtGlobalOptions, type Aria2DhtInputOptions, type Aria2FTPOptions, type Aria2GlobalOptions, type Aria2HTTPFTPOptions, type Aria2HTTPOptions, type Aria2InputOptions, type Aria2ProxyOptions, type Aria2RPCOptions, type Aria2RPCOptionsKey, type ListenPorts, type StrSize, isDef, resolveArray, resolveGlobalOptions, resolveInputOptions, resolveProxyOptions, resolveRPCOptions, stringifyCliOptions };
export { type Aria2BasicGlobalOptions, type Aria2BasicInputOptions, type Aria2BtGlobalOptions, type Aria2BtGlobalOptionsKey, type Aria2BtInputOptions, type Aria2BtMetalinkOptions, type Aria2DhtGlobalOptions, type Aria2DhtGlobalOptionsKey, type Aria2DhtInputOptions, type Aria2FTPOptions, type Aria2GlobalOptions, type Aria2HTTPFTPOptions, type Aria2HTTPOptions, type Aria2InputOptions, type Aria2ProxyOptions, type Aria2RPCOptions, type Aria2RPCOptionsKey, type ListenPorts, type StrSize, isDef, resolveArray, resolveGlobalOptions, resolveInputOptions, resolveProxyOptions, resolveRPCOptions, stringifyCliOptions };
{
"name": "@naria2/options",
"version": "0.0.23",
"version": "0.0.24",
"description": "Shared aria2 options type declerations and utils for naria2",

@@ -40,3 +40,3 @@ "keywords": [

"maria2": "^0.3.2",
"type-fest": "^4.6.0"
"type-fest": "^4.8.2"
},

@@ -43,0 +43,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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