Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

decode-zhuyin

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

decode-zhuyin

Decode Zhuyin password from Chinese words

  • 1.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11
decreased by-67.65%
Maintainers
1
Weekly downloads
 
Created
Source

Decode Zhuyin

Decode Chinese words to Zhuyin password.

Features

  • Output full text.
  • Output without space.
  • Output without special character.
  • Support npx

Usage

node.js require

// output full text
require('decode-zhuyin')('安安你好正') // '0 0 su3cl35/4'

// output without space
require('decode-zhuyin/no-sp')('安安你好正') // '00su3cl35/4'

// output without special character
require('decode-zhuyin/no-ch')('安安你好正') // '00su3cl354'

npx (built-in after npm 5.2.0)

$ npx decode-zhuyin 安安你好正
00su3cl354

Keywords

FAQs

Package last updated on 17 Jul 2017

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