Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.7 to 0.2.8

5

History.md
0.2.8 / 2011-12-20
==================
* fix bugs cause methods names
0.2.7 / 2011-12-20

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

2

lib/calendar-tools.js

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

exports.version = '0.2.7';
exports.version = '0.2.8';

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

@@ -387,7 +387,7 @@ /*!

_date.parsefromTZID = function (v) {
_date.parseFromTZID = function (v) {
var parts = v.match(/TZID=([^:]+):(\d+)T(\d+)/);
if (!parts) return;
var date = parseDate.fromWeirdISOFormat(parts[2] + 'T' + parts[3], parts[1]);
var date = _date.parseFromWeirdISOFormat(parts[2] + 'T' + parts[3], parts[1]);

@@ -394,0 +394,0 @@ // debug: TZID parsed with date %s, date

{
"name": "calendar-tools"
, "version": "0.2.7"
, "version": "0.2.8"
, "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