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.7 to 0.9.8

2

package.json
{
"name": "timexe",
"version": "0.9.7",
"version": "0.9.8",
"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",

@@ -15,3 +15,3 @@ # Timexe - Timer and scheduler

Chronos are based on the setTimeout function.
Timexe is based on the setTimeout function.

@@ -158,1 +158,9 @@ ### Precission

```
####Help
Please don't hesitate to submit an issue on github! It's the only way to make it better.
But please be prepared to present a test case.
Contributions of almost any kind are welcome.

@@ -79,4 +79,4 @@ /*============================================================================*\

,["* !/2 -4 12-16",1400000000,1403776800 ,"Mutually exclusive flags",false]
,["* * * * * 0",1420066799,1420063200,"Cascading carry",false]
,["* * * * ",1400000000,1399996800,"Only Wildcards = every hour,",false]
,["* * * * * 0",1420066799,1420066800,"Cascading carry",false]
,["* * * * ",1400000000,1400000400,"Only Wildcards = every hour,",false]
,["* * * * 12",1400000000,1400008320,"Wildcards with one fixed value",false]

@@ -83,0 +83,0 @@ ,["**1 12",1400000000,1401624000,"Wildcards with two fixed value",false]

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