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

months

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

months - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

README.md

6

index.js

@@ -8,4 +8,8 @@ /*!

// English Translation
module.exports = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];
module.exports.abbr = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];
module.exports.abbr = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];
// Italian Translation
module.exports.it = ['Gennaio', 'Febbraio', 'Marzo', 'Aprile', 'Maggio', 'Giugno', 'Luglio', 'Agosto', 'Settembre', 'Ottobre', 'Novembre', 'Dicembre'];
module.exports.abbr.it = ['Gen', 'Feb', 'Mar', 'Apr', 'Mag', 'Giu', 'Lug', 'Ago', 'Set', 'Ott', 'Nov', 'Dic'];

20

package.json
{
"name": "months",
"description": "Months of the year.",
"version": "1.0.1",
"homepage": "https://github.com/jonschlinkert/months",
"version": "1.1.0",
"homepage": "https://github.com/datetime/months",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/months",
"contributors": [
"Brian Woodward (https://twitter.com/doowb)",
"Federico Vitale (https://rawnly.com)",
"Jon Schlinkert (http://twitter.com/jonschlinkert)"
],
"repository": "datetime/months",
"bugs": {
"url": "https://github.com/jonschlinkert/months/issues"
"url": "https://github.com/datetime/months/issues"
},

@@ -19,2 +24,8 @@ "license": "MIT",

},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "^3.4.2"
},
"keywords": [

@@ -27,2 +38,3 @@ "calendar",

"verb": {
"toc": true,
"related": {

@@ -29,0 +41,0 @@ "list": [

Sorry, the diff of this file is not supported yet

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