New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5 to 1.0.6

2

example.js

@@ -1,4 +0,4 @@

var timexe = require('timexe');
var timexe = require('./timexe');
var res1=timexe('* * * * * /5', function(){
console.log('hello The time is now '+(new Date()).toLocaleString())
});
{
"name": "timexe",
"version": "1.0.5",
"version": "1.0.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",

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

## Change log
1.0.5 Added types for typescript
1.0.3 Bugfix: mismatched ID

@@ -165,0 +167,0 @@

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

// order values
if(field[fpc].val.length>1) field[fpc].val.sort();
if(field[fpc].val.length>1) field[fpc].val.sort((a,b)=>a-b);
for(i=0; i<field[fpc].val.length; i++){

@@ -694,0 +694,0 @@ // Break on hit

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