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

tizen-tv-webapis

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tizen-tv-webapis - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "tizen-tv-webapis",
"version": "1.0.0",
"version": "1.0.1",
"description": "This package is for supporting Samsung TV Product API as commonjs style",

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

@@ -1,4 +0,4 @@

# @tizentv/tizen-tv-webapis
# tizen-tv-webapis
`@tizentv/tizen-tv-webapis` package is for supporting [Samsung TV Product API](https://developer.samsung.com/smarttv/develop/api-references/samsung-product-api-references.html) as `commonjs` style.
`tizen-tv-webapis` package is for supporting [Samsung TV Product API](https://developer.samsung.com/smarttv/develop/api-references/samsung-product-api-references.html) as `commonjs` style.
Now we are supporting it for Typescript developers.

@@ -27,3 +27,3 @@ Please note that, In order to use this pacakge, `@types/tizen-tv-webapis` is required.

```sh
npm install @tizentv/tizen-tv-webapis
npm install tizen-tv-webapis
```

@@ -38,3 +38,3 @@

// js
const avinfo = require('@tizentv/tizen-tv-webapis');
const avinfo = require('tizen-tv-webapis');
const { getVersion, getDolbyDigitalCompMode, isHdrTvSupport } = avinfo;

@@ -48,3 +48,3 @@

```sh
npm install @tizentv/tizen-tv-webapis
npm install tizen-tv-webapis
npm install @types/tizen-tv-webapis

@@ -60,3 +60,3 @@ ```

// ts
import { avinfo } from '@tizentv/tizen-tv-webapis';
import { avinfo } from 'tizen-tv-webapis';
const { getVersion, getDolbyDigitalCompMode, isHdrTvSupport } = avinfo;

@@ -63,0 +63,0 @@

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