
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
sanskrit-transcoder
Advanced tools
Transcode sanskrit strings to and from the SLP1 transliteration scheme
Javascript port of the PHP/Python implementation of sanskrit transcoding.
This module provides a single method to transcode a string to and from a number of transliteration schemes:
itrans - Indian languages TRANSliteration (ITRANS)hk - Harvard-Kyoto (or Kyoto-Harvard)roman - Romanized Sanskrit Transliteration (IAST)deva - Devanagari (Unicode)wx - WX notationnpm install --save sanskrit-transcoder
const sanskritTranscoder = require('sanskrit-transcoder')
let transcoded
transcoded = sanskritTranscoder('jYAna', 'slp1', 'deva') // ज्ञान
transcoded = sanskritTranscoder('jYAna', 'slp1', 'roman') // jñāna
transcoded = sanskritTranscoder('jJAna', 'hk', 'slp1') // jYAna
transcoded = sanskritTranscoder('jJAna', 'hk', 'deva') // ज्ञान
sourceString, sourceScheme, targetScheme)sourceString - the string to transcode which should be in the sourceSchemesourceScheme - the transcoding scheme that your sourceString is in.targetScheme - the transcoding scheme you want your output to be.Copyright 2020, Arjun Mehta
FAQs
Transcode sanskrit strings to and from the SLP1 transliteration scheme
The npm package sanskrit-transcoder receives a total of 3 weekly downloads. As such, sanskrit-transcoder popularity was classified as not popular.
We found that sanskrit-transcoder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.