🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@japont/jis-codepoint-table

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

@japont/jis-codepoint-table

[![NPM-Badge]][NPM]

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

@japont/jis-codepoint-table

NPM-Badge

JISX0208/0213 - Unicode table.

Install

npm i @japont/jis-codepoint-table
# -- OR --
yarn add @japont/jis-codepoint-table

Usage

const { Table } = require("@japont/jis-codepoint-table");

const Level1Chars = Table.filter(i => i.level === 1)
  .map(i => String.fromCodePoint(i.codePoint));

Types

See index.d.ts.

interface Info {
  men: number;
  ku: number;
  ten: number;
  level?: number;
  codePoint?: number | number[];
  fullwidth?: number;
  windows?: number;
}

var Table: Info[];

Contribute

PRs accepted.

License

JIS X 0213:2004 vs Unicode mapping table

  • Copyright (C) 2001 earthian@tama.or.jp, All Rights Reserved.
  • Copyright (C) 2001 I'O, All Rights Reserved.
  • Copyright (C) 2006 Project X0213, All Rights Reserved.

You can use, modify, distribute this table freely.

Other files

To the extent possible under law, the person who associated CC0 with this has waived all copyright and related or neighboring rights to this.

You should have received a copy of the CC0 legalcode along with this work. If not, see http://creativecommons.org/publicdomain/zero/1.0/.

FAQs

Package last updated on 17 Jul 2018

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