Socket
Socket
Sign inDemoInstall

@internationalized/date

Package Overview
Dependencies
Maintainers
2
Versions
579
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@internationalized/date - npm Package Compare versions

Comparing version 3.5.6-nightly.5042 to 3.5.6

1

dist/types.d.ts

@@ -83,2 +83,3 @@ type Mutable<T> = {

export function endOfWeek(date: CalendarDate, locale: string): CalendarDate;
export function endOfWeek(date: DateValue, locale: string): DateValue;
/** Returns the number of weeks in the given month and locale. */

@@ -85,0 +86,0 @@ export function getWeeksInMonth(date: DateValue, locale: string): number;

7

package.json
{
"name": "@internationalized/date",
"version": "3.5.6-nightly.5042+68403fe55",
"version": "3.5.6",
"description": "Internationalized calendar, date, and time manipulation utilities",

@@ -29,4 +29,3 @@ "license": "Apache-2.0",

"access": "public"
},
"gitHead": "68403fe55489dce3de1b3094c957d598ad719861"
}
}
}

@@ -197,2 +197,3 @@ /*

export function endOfWeek(date: CalendarDate, locale: string): CalendarDate;
export function endOfWeek(date: DateValue, locale: string): DateValue;
export function endOfWeek(date: DateValue, locale: string): DateValue {

@@ -199,0 +200,0 @@ return startOfWeek(date, locale).add({days: 6});

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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