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 1.0.1 to 1.0.2

bug.js

2

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

@@ -163,14 +163,28 @@ # Timexe - A Cron-like Timer and scheduler witn milliseconds resolution

## Change log
1.0.2 Temp bugfix of mismatchd ID. Creates a sligt leak. To be fixed properly ASAP
1.0.1 Documentation
1.0.0 Fixed test cases:
"Cascading carry" failed
"Only Wildcards = every hour" failed
Documentation
0.9.19 Bug fix. failed when "processs" undefined
0.9.18 Documentation update.
0.9.14 A quick code review. No bugs repported for 2 years.
0.9.13 Minor changes to timex.js
0.9.12 Minor changes to comments and reamne.md
0.9.11 Minor changes to comments and reamne.md
0.9.10 Adapted example to runkit
0.9.9 Minor bugfix. timexe.list made into a regular array.

@@ -177,0 +191,0 @@

@@ -239,3 +239,3 @@ /*============================================================================*\

if(result.time < now){
timexe.remove(id);
//timexe.remove(id);
return "time expression did not produce a valid future time";

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