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

ical.js-one.com

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ical.js-one.com - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

5

lib/ical/recur_iterator.js

@@ -100,3 +100,6 @@ ICAL.RecurIterator = (function() {

"BYMONTHDAY" in parts || "BYDAY" in parts) {
throw new Error("Invalid BYYEARDAY rule");
delete this.rule.parts.BYYEARDAY;
delete parts.BYYEARDAY;
// Temp fix. Instead of sending errori, send best possible positive response
//throw new Error("Invalid BYYEARDAY rule");
}

@@ -103,0 +106,0 @@ }

55

package.json
{
"name": "ical.js-one.com",
"version": "0.0.3",
"version": "0.0.4",
"author": "",
"description": "",
"description": "[![Build Status](https://secure.travis-ci.org/mozilla-comm/ical.js.png?branch=master)](http://travis-ci.org/mozilla-comm/ical.js)",
"main": "lib/index.js",
"keywords": [
""
],
"dependencies" : {},
"keywords": [],
"dependencies": {},
"devDependencies": {

@@ -22,20 +19,48 @@ "mocha": "~1.7",

},
"scripts": {
"test": "make test-node"
},
"testling": {
"files": [
"test/helper.js",
"test/*_test.js",
"test/acceptance/*_test.js"
"test/helper.js",
"test/*_test.js",
"test/acceptance/*_test.js"
],
"browsers": [
"ie9", "ie10",
"ie9",
"ie10",
"chrome25",
"firefox17", "firefox19",
"firefox17",
"firefox19",
"safari6"
]
}
},
"_id": "ical.js-one.com@0.0.3",
"dist": {
"shasum": "354bfb9ce1b191b4ba85d6263f688f44ca27c778",
"tarball": "http://registry.npmjs.org/ical.js-one.com/-/ical.js-one.com-0.0.3.tgz"
},
"_from": "ical.js-one.com@*",
"_npmVersion": "1.3.8",
"_npmUser": {
"name": "msiebuhr",
"email": "sbhr@sbhr.dk"
},
"maintainers": [
{
"name": "msiebuhr",
"email": "sbhr@sbhr.dk"
},
{
"name": "vikramk",
"email": "v.kataruka@gmail.com"
},
{
"name": "papandreou",
"email": "andreas@one.com"
}
],
"directories": {},
"_shasum": "354bfb9ce1b191b4ba85d6263f688f44ca27c778",
"_resolved": "https://registry.npmjs.org/ical.js-one.com/-/ical.js-one.com-0.0.3.tgz"
}

Sorry, the diff of this file is too big to display

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