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

tempus-fugit

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tempus-fugit - npm Package Compare versions

Comparing version 2.2.3 to 2.2.4

2

package.json
{
"name": "tempus-fugit",
"version": "2.2.3",
"version": "2.2.4",
"description": "A scheduling and time utilities module that doesn't waste your time",

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

@@ -69,3 +69,3 @@ # Tempus Fugit [![Build Status](https://secure.travis-ci.org/kessler/tempus-fugit.png?branch=master)](http://travis-ci.org/kessler/tempus-fugit)

day: 5,
start: Date.now() || new Date() //optional
start: Date.now() + 10000 || new Date('some date in the future') //optional
}

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