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

bam32bittheme

Package Overview
Dependencies
Maintainers
0
Versions
379
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bam32bittheme - npm Package Compare versions

Comparing version 2.1.66 to 2.1.67

2

dist/utils/formatDateUtils.js

@@ -22,5 +22,5 @@ "use strict";

if (convertDate) {
return date.toDate();
return date && includeTime ? "".concat(date.format('YYYY-MM-DD HH:mm'), "-").concat(date.format('DD.MM.YYYY HH:mm')) : "".concat(date.format('YYYY-MM-DD'), "-").concat(date.format('DD.MM.YYYY'));
}
return includeTime ? date.format('DD.MM.YYYY HH:mm') : date.format('DD.MM.YYYY');
};
{
"name": "bam32bittheme",
"version": "2.1.66",
"version": "2.1.67",
"private": false,

@@ -5,0 +5,0 @@ "description": "32bit Theme for Material UI v5.x",

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