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 0.0.6 to 0.0.7

2

bower.json

@@ -25,3 +25,3 @@ {

],
"version": "0.0.6"
"version": "0.0.7"
}

@@ -55,17 +55,2 @@

function extend () {
var key,
dest = [].shift.call(arguments),
orig = [].shift.call(arguments);
while( orig ) {
for( key in orig ) {
dest[key] = orig[key];
}
orig = [].shift.call(arguments);
}
return dest;
}
function Month (year, month) {

@@ -87,3 +72,5 @@ if( year instanceof Date ) {

} else if( key instanceof Object ) {
extend(Month.options, key);
for( k in key ) {
Month.options[k] = key[k];
}
}

@@ -90,0 +77,0 @@ };

{
"name": "calendar-month",
"version": "0.0.6",
"version": "0.0.7",
"description": "vanillajs month data handler",

@@ -5,0 +5,0 @@ "main": "lib/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