Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@qgustavor/later
Advanced tools
ES Modules fork of later. Determine later (or previous) occurrences of recurring schedules
This project is a ES Modules fork of Later. Later is a library for describing recurring schedules and calculating their future occurrences. It supports a very flexible schedule definition including support for composite schedules and schedule exceptions. Create new schedules manually, via Cron expression, via natural language expressions, or using a fully chainable API.
This fork also removed benchmarks, tests and all the other fuss I don't plan to maintain. Also, removed global state generated by "later.date.UTC()".
Types of schedules supported by Later:
WIP. In the meanwhile see parent fork's documentation, but check the code or the library on a REPL since A LOT of refactoring was done in order to convert the library to ES Modules and allow for tree shaking.
npm install @qgustavor/later
import * as later from '@qgustavor/later'
console.log(later)
This is the solution for you if you're just using <script>
tags everywhere!
<script type="module">
import * as later from 'https://unpkg.com/@qgustavor/later'
</script>
Assuming you are still using a bundler, you can simply follow Node.js usage above.
MIT © BunKat
FAQs
ES Modules fork of later. Determine later (or previous) occurrences of recurring schedules
The npm package @qgustavor/later receives a total of 0 weekly downloads. As such, @qgustavor/later popularity was classified as not popular.
We found that @qgustavor/later demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.