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

calendar-tools

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

calendar-tools - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

5

History.md
0.3.1 / 2011-12-20
==================
* fixing name vars errors
0.3.0 / 2011-12-20

@@ -3,0 +8,0 @@ ==================

2

lib/calendar-tools.js

@@ -14,3 +14,3 @@

exports.version = '0.3.0';
exports.version = '0.3.1';

@@ -17,0 +17,0 @@ /**

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

tz = tz || options.timezone;
var tz = options.timezone;

@@ -146,3 +146,3 @@ // period: DTSTART, DTEND

: ';BYDAY=' + ev.start.getDate()
+ daysMapRecToRFC2445[dayNames[options._start.getDay()]])
+ daysMapRecToRFC2445[dayNames[options.start.getDay()]])
: '');

@@ -149,0 +149,0 @@ break;

{
"name": "calendar-tools"
, "version": "0.3.0"
, "version": "0.3.1"
, "description": "Calendar object model"

@@ -5,0 +5,0 @@ , "keywords": ["calendar", "google calendar", "fullCalendar", "recurring events", "icalendar", "rfc2445"]

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