
Product
Introducing Socket MCP for Claude Desktop
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.
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 text expressions, or using a fully chainable API.
Types of schedules supported by Later:
####For complete documentation visit http://bunkat.github.io/later/.
Using npm:
$ npm install later
Using bower:
$ bower install later
To build the minified javascript files for later, run npm install
to install dependencies and then:
$ make all
To run the tests for later, run npm install
to install dependencies and then:
$ make test
Releases will be numbered with the following format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
For more information on SemVer, please visit http://semver.org/.
Have a bug or a feature request? Please open a new issue.
later.parse.recur().on(new Date(2013,3,21,10,30,0)).fullDate()
later.date.UTC()
and later.date.localTime()
to switch between the two.later.parse.recur()
later.parse.cron(expr)
later.parse.text(expr)
later.schedule(schedule)
later.schedule(schedule).next(count, start, end)
later.schedule(schedule).prev(count, start, end)
After
meaning 'don't start until after this amount of time' has been deprecated.
Note: Schedule definitions did not change (unless you were using after
constraints which have been deprecated). If you stored any schedule definitions from v0.0.20, they should continue to work unchanged in v1.0.0.
FAQs
Determine later (or previous) occurrences of recurring schedules
The npm package later receives a total of 21,129 weekly downloads. As such, later popularity was classified as popular.
We found that later 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.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Application Security
/Security News
Socket CEO Feross Aboukhadijeh and a16z partner Joel de la Garza discuss vibe coding, AI-driven software development, and how the rise of LLMs, despite their risks, still points toward a more secure and innovative future.