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.1 to 0.2.2

5

History.md
0.2.2 / 2011-12-06
==================
* expose atom and rfc2445 module
0.2.1 / 2011-11-29

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

13

lib/calendar-tools.js

@@ -29,2 +29,14 @@

/**
* Expose atom
*/
exports.atom = require('./atom');
/**
* Expose rfc2445
*/
exports.rfc2445 = require('./rfc2445');
/**
* Expose util

@@ -34,2 +46,1 @@ */

exports.util = require('./util');

10

lib/rfc2445.js

@@ -71,5 +71,5 @@ /*!

/**********************
/**
* generate functions *
**********************/
*/

@@ -175,5 +175,5 @@ /**

/*********************
* getting functions *
*********************/
/**
* getting functions
*/

@@ -180,0 +180,0 @@ /**

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