New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

parse-tizen-model

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-tizen-model

Parses Tizen model

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

parse-tizen-model

minified minified + gzip tree-shaking support

Pass Tizen model to parseTizenModel function and get the year of the model

The information is based on Samsung TV models number 2002-2021 lookup, decode explained LED, QLED, LifeStyle and samsung.com (example for 65" QLED 4K The Frame (2021))

Quick start

npm install parse-tizen-model

or

yarn add parse-tizen-model

Usage

import { parseTizenModel } from "parse-tizen-model";

// 2016
parseTizenModel("UE55KU6650");
// 2017
parseTizenModel("QE55Q8FAM");
// 2018
parseTizenModel("UE65NU7179");
// 2019
parseTizenModel("QE65Q90RATXXH");
// 2020
parseTizenModel("GQ65Q700TATXZG");
// 2021
parseTizenModel("GU55AU7179UXZG");
// unknown
parseTizenModel("XXXXXXXXXX");

Keywords

FAQs

Package last updated on 13 May 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