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 2.2.8 to 2.2.9

index.d.ts

3

package.json
{
"name": "rrule",
"version": "2.2.8",
"version": "2.2.9",
"description": "JavaScript library for working with recurrence rules for calendar dates.",

@@ -33,4 +33,5 @@ "homepage": "http://jakubroztocil.github.io/rrule/",

"lib",
"index.d.ts",
"README.md"
]
}

@@ -657,2 +657,11 @@ rrule.js

* 2.2.8 (2018-02-16)
* fix: isLeapYear only accepts integers instead of relying on instanceof to check the parameter type
* prevent new RRule from mutating passed-in options
* Add 'from text' and 'to text' support for minutes
* Add support for VALUE=DATE as a RDATE param
* Prevent unexpected results with dates lower than 1970
* merge in rrule-alt
* fix DAILY frequency when only 1 BYHOUR is provided
* added typescript definitions
* 2.2.0 (2017-03-11)

@@ -659,0 +668,0 @@ * Added support `RRuleSet`, which allows more complex recurrence setups,

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