Socket
Socket
Sign inDemoInstall

charmap

Package Overview
Dependencies
1
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    charmap

ASCII Charmap lookup table


Version published
Weekly downloads
11K
increased by32.87%
Maintainers
1
Install size
23.9 kB
Created
Weekly downloads
 

Readme

Source

Charmap Lookup Table

Inspired by Django Urlify and node-slug.


Getting Started

This package is available in the Node Package Repository and can be easily installed with npm or yarn.

$ npm i charmap
# or
$ yarn add charmap

Then require the transform() method directly from the package.

const { transform } = require('charmap')

transform('ظ') // th
transform('é') // e
transform('<') // less
transform('tôi tên là đức tạ') // toi ten la duc ta

Contribution Guidelines

Any pull requests or discussions are welcome.
Note that every pull request providing a new feature or correcting a bug should be created with appropriate unit tests.

FAQs

Last updated on 17 Jun 2018

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc