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

dateformat

Package Overview
Dependencies
Maintainers
6
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dateformat - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

2

lib/dateformat.js

@@ -35,3 +35,3 @@ "use strict";

date = date || new Date();
date = date || date === 0 ? date : new Date();

@@ -38,0 +38,0 @@ if (!(date instanceof Date)) {

@@ -15,3 +15,3 @@ {

],
"version": "4.1.0",
"version": "4.2.0",
"license": "MIT",

@@ -18,0 +18,0 @@ "main": "lib/dateformat",

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