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

ezseed-rtorrent

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

ezseed-rtorrent - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

7

index.js

@@ -1,1 +0,6 @@

module.exports = __dirname
module.exports = function(shell) {
if(['install', 'useradd', 'userdel', 'daemon'].indexOf(shell) !== -1)
return p.join(__dirname, shell) + '.sh'
else
throw new Error('Shell %s does not exists', shell)
}

2

package.json
{
"name": "ezseed-rtorrent",
"version": "0.0.1",
"version": "0.0.2",
"description": "ezseed rtorrent shell binding",

@@ -5,0 +5,0 @@ "main": "index.js",

# Ezseed rtorrent shell bindings
Structure:
## API:
- `install.sh` - installs rtorrent and libtorrent

@@ -10,1 +10,14 @@ - `useradd.sh username password` - creates a rtorrent user, system user should exists

For a more powerful usage see [ezseed](https://github.com/ezseed/ezseed)
## Nodejs
This module is there to be used without [ezseed](https://github.com/ezseed/ezseed) whole package. If you need to require this in a module:
```javascript
var i = require('ezseed-rtorrent')('install')
console.log(i)
//will output
// /path/to/the/node_modules/ezseed-rtorrent/install.sh
```
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