Socket
Socket
Sign inDemoInstall

@tizentv/webide-common-tizentv

Package Overview
Dependencies
45
Maintainers
6
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @tizentv/webide-common-tizentv

Common APIs for web IDEs extension development to support Tizen SDK features.


Version published
Maintainers
6
Created

Readme

Source

@tizentv/webIDE-common-tizentv

@tizentv/webIDE-common-tizentv package is a common lib project for VScode/Atom extension and Wits, providing build, install, launch web project and certificate manager.

Please note that, In order to use this pacakge, @types/webIDE-common-tizentv is required.

Supported APIs

  • TVWebApp
    constructor(name, location, id);
    init();
    buildWidget(profilePath, excludeFiles);
    launchOnSimulator(simulatorLocation);
    launchOnEmulator(chromeExecPath, isDebug);
    launchOnTV(tvIP, chromeExecPath, isDebug);
    openProject(projectPath);
  • TizenCM
    constructor(resourcePath, developerCA, developerCAPriKeyPath);
    createCert(keyfileName, authorName, authorPassword, countryInfo, stateInfo, cityInfo, organizationInfo, departmentInfo, emailInfo);
  • SamsungCM
    constructor(resourcePath, samsungAuthorCaPath, samsungPublicCaPath, samsungPartnerCaPath);
    ceateAuthorCert(profileName, authorName, password, country, state, city, organization, department, accessInfo);
    ceateDistributorCert(profileName, password, privilegeLevel, duidlist, accessInfo);
  • ProfileManager
    constructor(resourcePath);
    registerProfile(profileName, authorCA, authorCertPath, authorPassword, distributorCA, distributorCertPath, distributorPassword);
    setActivateProfile(profileName);
    removeProfile(profileName);
    modifyProfile(profileName, itemType, certpath, password);
    isProfileExist(profileName);
    listProfile();
    getProfileKeys(profileName);
    getProfileItems(profileName);

Keywords

FAQs

Last updated on 04 Aug 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc