
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
get-nepali-number
Advanced tools
Convert any english (technically hindu-arabic) numeral to Nepali number
# Using npm
$ npm install --save get-nepali-number
# Using yarn
$ yarn add get-nepali-number
var getNepaliNumber = require('get-nepali-number');
getNepaliNumber(100);
//=> '१००'
getNepaliNumber(2000);
//=> '२,०००'
getNepaliNumber(200.05);
//=> '२००.०५'
getNepaliNumber(2000.50);
//=> '२,०००.५'
getNepaliNumber('2,00,000.50');
//=> '२,००,०००.५'
getNepaliNumber('1,000,365.50');
//=> '१०,००,३६५.५'
Type: number
or string
provide a number to convert to Nepali numeral
MIT © techgaun
FAQs
Convert any english numeral to Nepali number
The npm package get-nepali-number receives a total of 299 weekly downloads. As such, get-nepali-number popularity was classified as not popular.
We found that get-nepali-number 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
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.