Socket
Socket
Sign inDemoInstall

unicode-property-aliases

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unicode-property-aliases

Unicode property alias mappings in JavaScript format.


Version published
Weekly downloads
17
decreased by-70.18%
Maintainers
1
Weekly downloads
 
Created
Source

unicode-property-aliases Build status

unicode-property-aliases offers the Unicode property alias mappings in an easy-to-consume JavaScript format.

It’s based on draft 16 of the PropertyAliases.txt data for Unicode v11.0.0.

Installation

To use unicode-property-aliases programmatically, install it as a dependency via npm:

$ npm install unicode-property-aliases

Then, require it:

const propertyAliases = require('unicode-property-aliases');

Usage

This module exports a Map object. The most common usage is to convert a property alias to its canonical form:

propertyAliases.get('sfc')
// → 'Simple_Case_Folding'

Author

twitter/mathias
Mathias Bynens

License

unicode-property-aliases is available under the MIT license.

Keywords

FAQs

Package last updated on 22 Feb 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

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