Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

english-ordinals

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

english-ordinals

Ordinal numbers in English: 1 => first etc.

  • 2.4.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.7K
decreased by-55.88%
Maintainers
1
Weekly downloads
 
Created
Source

english-ordinals

A very simple Node.js module that gives the ordinal representation of numbers in English: 2 => second, 20 => twentieth, etc.

Based on:

  • n2words to first build cardinal numbers
  • make ordinals code thanks to Martin Eneqvist the author

Installation

npm install english-ordinals

Usage

const ordinals = require('english-ordinals');

// twentieth
console.log(`20 => ${ordinals.getOrdinal(20)}`);

dependencies

  • n2words under MIT license
  • contains code from number-to-words under MIT license

Keywords

FAQs

Package last updated on 27 Feb 2023

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