
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
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 24,108 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.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.