New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

transmission-client

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

transmission-client

A Transmission RPC Client With Typescript.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Transmission-Client

A Transmission Client on Node.js with TypeSctipt.

Install

$ npm install transmission-client

Types Support

We have Visual Studio Code TypeSctipt support in this package instead of installing @types/* package from npm.

Usage

Require/Import in JavaScript/TypeSctipt

In JavaScript:

const Transmission = require('transmission-client').Transmission;
let Client = new Transmission();

In TypeSctipt:

import { Transmission } from 'transmission-client';
let Client = new Transmission();

Keywords

transmission

FAQs

Package last updated on 17 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts