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

unicode-pages

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unicode-pages

Lookup table for unicode language code pages

latest
Source
npmnpm
Version
0.3.3
Version published
Maintainers
1
Created
Source

Unicode Page Lookup Table

NOTE: This lookup is far from complete. It is to be used with font-system and thus may not have every codepage set imagineable. Pull Requests are always welcome.

A lookup table of logical Unicode pages and their code ranges.

Installation

$ npm install unicode-pages

Usage

The default export is a string->array mapping of code page range-sets, where the key is a simple name for the set and the array elements are themselves arrays with the format:

[
    Logical Grouping (useful for font pruning),
    Range begin (incl),
    Range end (incl),
    Range description
]

License

CC0 Badge

Released under CC0.

Keywords

unicode

FAQs

Package last updated on 02 May 2019

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