Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
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 8,341 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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.