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

dt-design-system

Package Overview
Dependencies
Maintainers
2
Versions
341
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dt-design-system - npm Package Compare versions

Comparing version 3.9.1 to 3.9.2

2

es/date-picker/data.js

@@ -72,3 +72,3 @@ import * as Utils from "./utils";

const monthFirstDay = Utils.getMonthFirstDay(month, year);
const daysFromPrevMonth = monthFirstDay === 0 ? 6 : monthFirstDay - 1;
const daysFromPrevMonth = monthFirstDay === 0 ? 6 : Math.max(monthFirstDay - 1, 0);
const daysFromNextMonth = CALENDAR_WEEKS * 7 - (daysFromPrevMonth + monthDays);

@@ -75,0 +75,0 @@ const { month: prevMonth, year: prevMonthYear } = Utils.getPreviousMonth(month, year);

{
"name": "dt-design-system",
"version": "3.9.1",
"version": "3.9.2",
"type": "module",

@@ -5,0 +5,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

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