New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wordy

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wordy

Converts numbers into their english variants and back

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Wordy

Wordy is a JavaScript library which converts numbers into their corresponding English numerals and vice versa. It's a simple tool which has many practical and non-practical applications. One of the ways I see it being used to to translate text from an OCR operation into a number that can be searched. Also I figured it could be cool to replace url id's with just for the sake of security since robots can't read English that well (unless they too use Wordy).

Example Usage

//ciphering (numbers to numerals): var wordy = require('wordy'); wordy.cipher(1463); //#=> 'OneThousandFourHundredSixtyThree'

//deciphering (numerals to words): var wordy = require('wordy'); wordy.decipher('OneThousandFourHundredSixtyThree') //#=> 1463

Installation

npm install wordy

Keywords

FAQs

Package last updated on 08 Jun 2011

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc