New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rrule

Package Overview
Dependencies
Maintainers
2
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.6.4 to 2.6.5

18

CHANGELOG.md
### Changelog
- 2.6.5 (2020-08-23)
- Bugfixes:
- `luxon`-less binary should not contain any `luxon` imports (#410)
- Fixed `toText` pluralization of “minutes“ (#415)
- 2.6.4 (2019-12-18)
- Bugfixes:
- Calculating series with unknown timezones will produce infinite loop (#320)
- Internal:
- Upgrade build dependencies
- 2.6.3 (2019-11-24)
- Features
- Allow passing `WeekdayStr` to `byweekday` like the types suggest is possible (#371)
- 2.6.2 (2019-06-08)
- Features
- Allow two digits for `BYDAY` (#330)
- Add a quick way to format `until` in `toText` (#313)
- Add support for parsing an rrule string without frequency (#339)
- Add getters for `rrules`, `exrules`, `rdates`, `exdates` (#347)
- 2.6.0 (2019-01-03)

@@ -4,0 +22,0 @@ - Bugfixes:

4

package.json
{
"name": "rrule",
"version": "2.6.4",
"version": "2.6.5",
"description": "JavaScript library for working with recurrence rules for calendar dates.",
"homepage": "http://jakubroztocil.github.io/rrule/",
"license": "SEE LICENSE IN LICENSE",
"license": "BSD-3-Clause",
"keywords": [

@@ -8,0 +8,0 @@ "dates",

@@ -116,3 +116,3 @@ rrule.js

// Add a exclusion rrule to rruleSet
rruleSet.exrule(new r.RRule({
rruleSet.exrule(new RRule({
freq: RRule.MONTHLY,

@@ -250,3 +250,3 @@ count: 2,

[ '2018-02-01T18:30:00.000Z' ]
[ '2018-02-01T18:30:00.000Z', '2018-03-01T18:30:00.000Z' ]

@@ -260,3 +260,3 @@ // RIGHT: Will produce dates with recurrences at the correct time

[ '2018-02-01T10:30:00.000Z' ]
[ '2018-02-01T10:30:00.000Z', '2018-03-01T10:30:00.000Z' ]
```

@@ -263,0 +263,0 @@

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