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

cozy-ical

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cozy-ical - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

6

lib/alarm.js
// Generated by CoffeeScript 1.4.0
(function() {
var VAlarm, VCalendar, VTimezone, VTodo, moment, time, _ref;
var moment, time;

@@ -9,5 +9,5 @@ time = require('time');

_ref = require('./index'), VCalendar = _ref.VCalendar, VTodo = _ref.VTodo, VAlarm = _ref.VAlarm, VTimezone = _ref.VTimezone;
module.exports = function(Alarm) {
var VAlarm, VCalendar, VTimezone, VTodo, _ref;
_ref = require('./index'), VCalendar = _ref.VCalendar, VTodo = _ref.VTodo, VAlarm = _ref.VAlarm, VTimezone = _ref.VTimezone;
Alarm.getICalCalendar = function() {

@@ -14,0 +14,0 @@ var calendar;

// Generated by CoffeeScript 1.4.0
(function() {
var VCalendar, VEvent, moment, time, _ref;
var moment, time;

@@ -9,5 +9,5 @@ time = require('time');

_ref = require('./index'), VCalendar = _ref.VCalendar, VEvent = _ref.VEvent;
module.exports = function(Event) {
var VCalendar, VEvent, _ref;
_ref = require('./index'), VCalendar = _ref.VCalendar, VEvent = _ref.VEvent;
Event.prototype.toIcal = function(timezone) {

@@ -14,0 +14,0 @@ var endDate, startDate;

@@ -14,2 +14,6 @@ // Generated by CoffeeScript 1.4.0

module.exports.decorateAlarm = require('./alarm');
module.exports.decorateEvent = require('./event');
iCalBuffer = (function() {

@@ -16,0 +20,0 @@

{
"name": "cozy-ical",
"version": "0.0.3",
"version": "0.0.4",
"description": "Cozy-Ical provides ICal Parser and Objects",
"main": "lib/index.js",
"scripts": {
"test": "cake tests"
"test": "mocha test/index.coffee --reporter spec --compilers coffee:coffee-script --colors",
"build": "coffee --compile --output lib/ src/",
"prepublish": "npm run build"
},

@@ -22,2 +24,3 @@ "repository": {

"moment": "~2.1.0",
"time": "~0.9.2",
"lazy": "~1.0.11"

@@ -24,0 +27,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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