New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

wzk

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
Package was removed
Sorry, it seems this package was removed from the registry

wzk

wzk is a module to transliterate indian,srilankan,nepal,bangladesh languages

unpublished
latest
Source
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

this repository is for npmjs wzk package.

by hscii(uname) email : heksadesiml@gmail.com wzk is a module to transliterate indian languages.

  • assαmi
  • bengαli/banglα
  • oriyα/odiα
  • тelugu
  • тamil
  • malayαlam
  • kannadα
  • marαthi
  • guzrαтi
  • ɦinԃi
  • punzαbi/gurmukhi
  • sanskriт
  • sinɦalα

this module to be used in the webextension:

source code eksecution phlo

  • package.json -> main is called/run : ("main": "wzk.js" , wzk.js)
  • class wzk
    • transliterate(input_str,a2b=u2i)
    • transliterate_dom_node(node_arg, a2b=u2i)
    • untransliterate_dom_node()

from values can be : 1. 2. 3.

  • u2i for unicode indian/sinhalα scripts to ińglish31 : 26a-z + 5ADHTN/αԃɦтń

ascii510 : american standard code for information interchange decimal digits : 0 1 2 3 4 5 6 7 8 9 5+5=10

hscii810 : heksadesiml standard kode for informesn interchenz heksadesiml dizits : 0 1 2 3 4 5 6 7 8 9 L Y V W P F 8+8=10=wnti=4*4=solɦ=ekti 4 finger maтhs

steps to clone , build , test & publish

  • git clone ... # this repozitri
  • change source(do not change version in package.json, npm version command in next step vill change version no) if needed
  • test : wzk/test $node script.js
  • if tests passed then only : git commit & publish

git add . ; git commit -am "some comments" ; git push

  • npm version patch
  • npm login
  • npm publish

steps to use library

  • define [ascii or hscii or code mapping][code_map_sheet] as in example zabc.js in this repository.
  • it is to define a dictionary with keys as :
1. import library as in your js file:

```js
import wzk from 'wzk';
const indikstr = 'हिन्दी विकिपीडिया' ;
let wzkobz = new wzk();
let ing4str = wzkobz.itr(indikstr,"both","hindi"); // ing4 : 4αԃɦт=ADHT

[code_map_sheet]: https://docs.google.com/spreadsheets/d/e/2PACX-1vRYY_On0oQlYqCH8KrAuNy9nxnUKRx9dG6UvjoZjbP1ZVeXX6VcHl-sU2yg9jbAFszCcNZ5STK47_rz/pubhtml

Keywords

language

FAQs

Package last updated on 30 Apr 2025

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