You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

pseudoizer

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pseudoizer

A javascript library for pseudo-izing strings to aid with localization

0.1.0
latest
Source
npm
Version published
Weekly downloads
6.8K
-7.74%
Maintainers
1
Weekly downloads
 
Created
Source

pseudoizer

A javascript library for pseudo-izing strings to aid with localization.

This idea is borrowed (but not directly ported) from Scott Hanselmans .Net Pseudoizer library for use in Node. Original library.

Installing

Install to your local project

npm install --save pseudoizer

Clone from git

git clone git@github.com:ianllewellyn/pseudoizer.git

Run unit tests

npm test

Examples

Pseudoize a string from a Node module

var pseudoizer = require('pseudoizer');
console.log(pseudoize.pseudoize('Hello World !!')); // Ħęľľő Ŵőřľđ !!

Keywords

javascript

FAQs

Package last updated on 14 Jan 2015

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