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

calendar-month

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

calendar-month - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

14

month.js

@@ -81,5 +81,2 @@

// eslint-disable-next-line
// console.log(m);
return m;

@@ -122,2 +119,3 @@ }

var columns = [], column;
for( var c = 0; c < 7; c++ ) {

@@ -132,14 +130,4 @@ column = [];

return columns;
// var bins = Array.apply(null, new Array(7)).map(function() {
// return [];
// });
// for (var i = 0; i < this.days.length; i++) {
// var day = this.days[i];
// var dow = getDayOfWeek(day.year, day.month, day.date);
// bins[dow].push(day);
// }
// return bins;
};
module.exports = Month;

2

package.json
{
"name": "calendar-month",
"version": "1.0.6",
"version": "1.0.7",
"description": "vanillajs month data handler",

@@ -5,0 +5,0 @@ "main": "month.js",

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