🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@samhammer/cibulcalendar

Package Overview
Dependencies
Maintainers
8
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@samhammer/cibulcalendar - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+1
-1
package.json
{
"name": "@samhammer/cibulcalendar",
"version": "1.0.1",
"version": "1.0.2",
"description": "CibulCalendar is a date picker that enables users to easily pick dates or date ranges.",

@@ -5,0 +5,0 @@ "repository": {

@@ -614,3 +614,3 @@ /*!

if (!getElementsByClassName(this.element, this.options.classes.originCalendar).length) {
getElementsByClassName(this.element, this.options.classes.calendar)[0].setAttribute.style.display = 'none';
getElementsByClassName(this.element, this.options.classes.calendar)[0].style.display = 'none';
getElementsByClassName(this.element, this.options.classes.calendar)[0].className = this.options.classes.originCalendar;

@@ -617,0 +617,0 @@ } else {