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

lipi

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lipi

Collection of tools for working with Indian language scripts

latest
Source
npmnpm
Version
0.4.0
Version published
Maintainers
1
Created
Source

node-lipi

Collection of tools for working with Indian language scripts

Install

$ npm install --save lipi

Modules

Detect

Detects the stript for the given input stirng. Basically, it looks at the first few characters in the string and returns the most probable script based on the characters used.

Supported scripts:

  • deva (Devanagari)
  • beng (Bengali)
  • guru (Gurumukhi)
  • gujr (Gujarati)
  • orya (Oriya)
  • taml (Tamil)
  • telu (Telugu)
  • knda (Kannada)
  • mlym (Malayalam)

Return value will be one of the above code or qaaa, if the it was not able to identify one of these scripts with enough confidence.

Transliterate

Transliterate the input string. Takes source and target script code.

Supported scripts:

  • deva (Devanagari)
  • gujr (Gujarati)
  • qaab (ISO 15919)

Keywords

indic

FAQs

Package last updated on 08 Aug 2020

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