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

@tizentv/tools

Package Overview
Dependencies
Maintainers
7
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tizentv/tools

Common APIs for tizen tools download and usage.

  • 1.1.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.2K
decreased by-28.46%
Maintainers
7
Weekly downloads
 
Created
Source

@tizentv/tools

This is a tools manager project for tizentv development, providing tools download and usage. Developer can get tools path using tools manager interface.

Please note that, In order to use this pacakge, @tizentv/tools is required.

Supported APIs

//options: {proxy: ''}
  • getToolPath(toolName, [options])
  • getSdbPath([options])
  • getEncryptorPath([options])
  • getTizenCertPath([options])
  • getSamsungCertPath([options])
usage:
    /*
     *The tool name can be got from http://download.tizen.org/sdk/tizenstudio/official/pkg_list_*
     * Package : sdb  ===> package name is tool name;
     * Version : 4.2.12
     * OS : windows-64, windows-32
    */
    let sdbPath_1 = await tools.getToolPath('sdb', {proxy: 'http://192.168.0.1:8080'});
    let sdbPath_2 = await tools.getToolPath('sdb');
    let encryPath = await tools.getEncryptorPath();
    let tizenCertPath = await tools.getTizenCertPath();    //download and return tizen certificate file path.
    let samsungCertPath = await tools.getSamsungCertPath();    //download and return samsung certificate file path.

Keywords

FAQs

Package last updated on 05 Nov 2021

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

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