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

@rschedule/moment-tz-date-adapter

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rschedule/moment-tz-date-adapter - npm Package Versions

234

1.5.0

Diff

Changelog

Source

1.5.0 FEATURE (2023/2/3)

Feature

  • @rschedule/core Adds a metadata property to DateAdapterBase that can be used to store metadata related to a specific date adapter. Currently this property is just used by the ical-tools package to remember if a given DateAdapter should be serialized as a "date" or "date-time" value. Package consumers can also use this property to store data if they wish.

Fixes

  • @rschedule/ical-tools fixes a bug which prevented the proper parsing and serializing of ical "date" values (e.g. "DTSTART;VALUE=DATE:20210909").
jcarroll
published 1.4.0 •

Changelog

Source

1.4.0 FEATURE (2022/6/9)

Feature

  • @rschedule/ical-tools Add VEvent.fromJCal() static method. See #70 for additional information. I don't expect many people to benefit from this.
jcarroll
published 1.2.3 •

Changelog

Source

1.2.3 FIX (2020/11/19)

Fixes

  • Standardize toISOString() implementation. Previously, different date adapters (apparently) were returning slightly different formatting (e.g. joda-date-adapter) (!62).
  • Fix DatejsDateAdapter#set('timezone', value). Previously, attempting to set a new timezone value for a DayjsDateAdapter was ignored (!62).
jcarroll
published 1.2.2 •

Changelog

Source

1.2.2 FIX (2020/11/18)

Fixes

  • Do not throw error when reregistering a JSON serializer (issue #53)
jcarroll
published 1.2.1 •

Changelog

Source

1.2.1 FIX (2020/9/25)

Fixes

  • Explicitly define the return type of functions and methods (issue #47)
jcarroll
published 1.2.0 •

Changelog

Source

1.2.0 FEATURE (2020/6/25)

Feature

  • Update typescript to version 3.9.x

Fixes

  • Check presence of dayjs "UTC" plugin at run time rather than at import time (#44).
jcarroll
published 1.1.3 •

Changelog

Source

1.1.3 FEATURE (2020/6/16)

Feature

  • Add DayjsDateAdapter package (#43).
jcarroll
published 1.0.2 •

Changelog

Source

1.0.2 FIX (2019/12/1)

  • Same as 1.0.1 but fixes a build issue with that version.
jcarroll
published 1.0.0 •

Changelog

Source

1.0.0 (2019/11/14)

  • This marks the first non-beta release of rSchedule. There is no functional difference between this version and version 0.12.2.
jcarroll
published 0.12.2 •

Changelog

Source

0.12.2 FIX (2019/11/13)

Fixes

  • Clarify the effect of the timezone argument in the docs.
  • Fixed bug that could occur if a RecurrenceRulesIterator was passed run options with a start/end time in a different time zone from the RecurrenceRulesIterator's rule start time (#35).
  • Fixed a bug that could result in generated date adapters not having the proper generators value.
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