Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

activity-calendar

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

activity-calendar - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

2

dist/js/Drawer.js

@@ -166,3 +166,3 @@ "use strict";

var tooltip = this.dp.getDayTooltipText(start);
dates += "<div\n\t\t\t\tclass=\"activity-calendar-square tooltips activity-calendar-color" + color + (this.isDateLinkable(start) ? " activity-calendar-cursor-default" : "") + "\"\n\t\t\t\tdata-ac-date='" + start.format("YYYY/MM/DD") + "'\n\t\t\t\tdata-ac-count=\"" + count + "\"\n\t\t\t\ttitle=\"" + tooltip + "\">\n\t\t\t</div>";
dates += "<div\n\t\t\t\tclass=\"activity-calendar-square tooltips activity-calendar-color" + color + (this.isDateLinkable(start) ? "" : " activity-calendar-cursor-default") + "\"\n\t\t\t\tdata-ac-date='" + start.format("YYYY/MM/DD") + "'\n\t\t\t\tdata-ac-count=\"" + count + "\"\n\t\t\t\ttitle=\"" + tooltip + "\">\n\t\t\t</div>";
}

@@ -169,0 +169,0 @@ dates += "</div>";

@@ -15,3 +15,3 @@ {

"name": "activity-calendar",
"version": "0.0.13",
"version": "0.0.14",
"description": "a simple activity calendar",

@@ -18,0 +18,0 @@ "files": [

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