ical.js-one.com
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -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 @@ } |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
742329
22666
1