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.5 to 0.9.6

2

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

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

```javascript
timexe(”* * * 12”, function(){console.log(“hello - it's noon again”)});
timexe(”* * * 12”, function(){console.log(“hello - it is noon again”)});
```

@@ -97,3 +97,3 @@

##### timexe.remove(id)
where id is the value returned from timexeadd
where id is the value returned from timexe

@@ -110,3 +110,3 @@ Returns a result object:

##### timexe.get([id])
where the optional id is the value returned from timexeadd
where the optional id is the value returned from timexe

@@ -123,3 +123,3 @@ Returnes either a chronos timer object if id is given, or an array of all active timer objects.

Maximum run time of a setTimeout call. Some javascripts engines cant handle more then 32 bit = 0x7FFFFFF. thats about 28 days. default is 86400000 = 1 day.
When this time have elapsed, the timer event are reevaluated.
When this time have elapsed, the time expression are reevaluated.

@@ -126,0 +126,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