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.1.9 to 0.2.0

2

dist/calendar-tools.js

@@ -1006,3 +1006,3 @@ (function () { function require(p){ var path = require.resolve(p) , mod = require.modules[path]; if (!mod) throw new Error('failed to require "' + p + '"'); if (!mod.exports) { mod.exports = {}; mod.call(mod.exports, mod, mod.exports, require.relative(path)); } return mod.exports;}require.modules = {};require.resolve = function(path){ var orig = path , reg = path + '.js' , index = path + '/index.js'; return require.modules[reg] && reg || require.modules[index] && index || orig;};require.register = function(path, fn){ require.modules[path] = fn;};require.relative = function(parent) { return function(p){ if ('.' != p.charAt(0)) return require(p); var path = parent.split('/') , segs = p.split('/'); path.pop(); for (var i = 0; i < segs.length; i++) { var seg = segs[i]; if ('..' == seg) path.pop(); else if ('.' != seg) path.push(seg); } return require(path.join('/')); };};require.register("atom.js", function(module, exports, require){

var _date = util.date
, _c = _date.const
, _c = _date['const']
, clearTime = _date.clearTime

@@ -1009,0 +1009,0 @@

0.1.9 / 2011-11-29
0.2.0 / 2011-11-29
==================

@@ -4,0 +4,0 @@

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

exports.version = '0.1.9';
exports.version = '0.2.0';

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

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

var _date = util.date
, _c = _date.const
, _c = _date['const']
, clearTime = _date.clearTime

@@ -22,0 +22,0 @@

{
"name": "calendar-tools"
, "version": "0.1.9"
, "version": "0.2.0"
, "description": "Calendar object model"

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

@@ -66,3 +66,3 @@

var diffInDays = date.getDiff(limit, start) / date.const.day;
var diffInDays = date.getDiff(limit, start) / date['const'].day;
assert.equal(0, (diffInDays % 1));

@@ -69,0 +69,0 @@ };

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