Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

month

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

month

Get the name and number of the current month. Or get the name of the month for a given number.

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
98
-51%
Maintainers
1
Weekly downloads
 
Created
Source

month NPM version

Get the name and number of the current month. Or get the name of the month for a given number.

Install

Install with npm:

npm i month --save

Usage

var month = require('month');
month();
//=> { name: April, num: 04 }

month(12);
//=> December

Author

Jon Schlinkert

License

Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license

This file was generated by verb-cli on April 21, 2014.

Keywords

docs

FAQs

Package last updated on 21 Apr 2014

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