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

rrule

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rrule - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"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

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