Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "rrule", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "JavaScript library for working with recurrence rules for calendar dates.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/jkbr/rrule", |
@@ -372,3 +372,3 @@ /*! | ||
MDAY365MASK = MDAY365MASK.slice(0, 58).concat(MDAY365MASK.slice(59)); | ||
NMDAY365MASK = NMDAY365MASK.slice(0, 30).concat(NMDAY365MASK.slice(31)); | ||
NMDAY365MASK = NMDAY365MASK.slice(0, 31).concat(NMDAY365MASK.slice(32)); | ||
@@ -880,3 +880,3 @@ | ||
*/ | ||
toText: function(today, today, gettext, language) { | ||
toText: function(today, gettext, language) { | ||
if (!_.has(this, '_text')) { | ||
@@ -1816,3 +1816,3 @@ this._text = getnlp().toText(this, today, gettext, language); | ||
module.exports = { | ||
RRule: RRule, | ||
RRule: RRule | ||
// rruleset: rruleset | ||
@@ -1819,0 +1819,0 @@ } |
Sorry, the diff of this file is not supported yet
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
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
140702
310
0
1