Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

timexe

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timexe - npm Package Compare versions

Comparing version 0.9.10 to 0.9.11

README.md~

2

package.json
{
"name": "timexe",
"version": "0.9.10",
"version": "0.9.11",
"description": "Yet another cron clone – but this one is better :o) - new improved syntax – milliseconds resolution – both for node JS and browser",

@@ -5,0 +5,0 @@ "main": "timexe.js",

# Timexe - Timer and scheduler
## For node JS or javascript.
## To be used with node or in a browser
### Contributor wanted
Please do not hesitate to add your contribution of any kind to this project
### Features

@@ -45,9 +42,9 @@ * Improved cron-like syntax (Not compatible)

```
" " : field separator
* : all values. Flags will be ignored.
! : not
/ : every (can not be combined with ! and range)
- : Negative values are counted back from the maximum value
a-b : range. both a and b included.
a,b : set of values
såace : field separator
* : all values. Flags will be ignored.
! : not
/ : every (can not be combined with ! and range)
- : Negative values are counted back from the maximum value
a-b : range. both a and b included.
a,b : set of values

@@ -68,8 +65,6 @@ Day field can have the one of the following flags as well

### Examples:
| Tables | Are |
| ------------- |:-------------:|
| Every hour| * * * *|
| Every day at noon| * * * 12
| Every 3th Hour on work days| * * w1-5 /3
| At a specific epoch time|@1422821601.123
| At a specific epoch time|@1422821601.123
| At a specific time| 2014 5 13 18 53 7 300 230

@@ -79,3 +74,3 @@ | 2th to last day of the month at noon| * * -2 12

| 3 times an hour during work time| * * w1-5 9-17 0,20,40
| Every morning at 7:30 but not on a weekend| * * !6-7 7 30
| Every morning at 7:30 but not on a weekend| * * !6-7 7 30
| Every 10 minutes in the day time| * * * 8-18 /10

@@ -82,0 +77,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc