
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@shelf/text-normalizer
Advanced tools
Text normalizer initially done for openai/whisper but ported to TS with love by shelf.io!
Originally took from openai/whisperer and rewrote to TS
TypeScript library for normalizing English text. It provides a utility class EnglishTextNormalizer
with methods for normalizing various types of text, such as contractions, abbreviations, and spacing.
EnglishTextNormalizer
consists of other classes you can reuse independently:
EnglishSpellingNormalizer
- uses a dictionary of English words and their American spelling. The dictionary is stored in a JSON file named english.json
EnglishNumberNormalizer
- works specifically to normalize text from English words to actually numbers
BasicTextNormalizer
- provides methods for removing special characters and diacritics from text, as well as splitting words into separate letters.
$ yarn add @shelf/text-normalizer
import {EnglishTextNormalizer} from '@shelf/text-normalizer'
const normalizer = new EnglishTextNormalizer()
console.log(normalizer.normalize("Let's")); // Output: let us
console.log(normalizer.normalize("he's like")); // Output: he is like
console.log(normalizer.normalize("she's been like")); // Output: she has been like
console.log(normalizer.normalize('10km')); // Output: 10 km
console.log(normalizer.normalize('10mm')); // Output: 10 mm
console.log(normalizer.normalize('RC232')); // Output: rc 232
console.log(
normalizer.normalize('Mr. Park visited Assoc. Prof. Kim Jr.')
); // Output: mister park visited associate professor kim junior
$ git checkout master
$ yarn version
$ yarn publish
$ git push origin master --tags
MIT © Shelf
FAQs
Text normalizer initially done for openai/whisper but ported to TS with love by shelf.io!
The npm package @shelf/text-normalizer receives a total of 14 weekly downloads. As such, @shelf/text-normalizer popularity was classified as not popular.
We found that @shelf/text-normalizer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 59 open source maintainers 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.