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

months

Package Overview
Dependencies
Maintainers
1
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.0 to 1.0.1

LICENSE

1

index.js

@@ -9,2 +9,3 @@ /*!

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'];

50

package.json
{
"name": "months",
"description": "Months of the year.",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/jonschlinkert/months",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/months.git"
},
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/months",
"bugs": {
"url": "https://github.com/jonschlinkert/months/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonschlinkert/months/blob/master/LICENSE-MIT"
}
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"calendar",
"date",
"month",
"months",
"date",
"calendar"
"months"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
"verb": {
"related": {
"list": [
"days",
"nanoseconds",
"o-clock",
"pretty-time",
"seconds",
"time-stamp",
"week",
"year"
]
},
"layout": "default",
"plugins": [
"gulp-format-md"
]
}
}
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