
Security News
Nx npm Packages Compromised in Supply Chain Attack Weaponizing AI CLI Tools
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
CopticDate is used to convert Gregorian date to Coptic Date. It is also used to calculate Easter date for Orthodox.
Add this line to your application's Gemfile:
gem 'coptic_date'
And then execute:
$ bundle
Or install it yourself as:
$ gem install coptic_date
requested_date = Time.new(2015,9,8)
CopticDate::get_coptic_year(requested_date) #1731
CopticDate::get_coptic_month(requested_date) #13
CopticDate::get_coptic_day(requested_date) #3
CopticEaster::calculate_easter_date(2015) # 2015-04-12
### Big Fast Date
CopticVariableFeasts::big_fast_start_date(2014) # 2014,2,24
### Jonah Fast Date
CopticVariableFeasts::jonah_fast_start_date(2014) # 2014.2.10
### Messengers Fast Date
CopticVariableFeasts::messengers_fast_start_date(2014) # 2014.6.9
### Messengers Feast Date
CopticVariableFeasts::messengers_feast_date(2014) # 2014.7.12
### Thomas Sunday
CopticVariableFeasts::thomas_sunday(2014) # 2014.04.27
### Ascension Feast Date
CopticVariableFeasts::ascension_feast(2014) # 2014.05.29
### Pentecost Feast Date
CopticVariableFeasts::pentecost_feast(2014) # 2014.06.08
The gem is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that coptic_date demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.