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

@internationalized/date

Package Overview
Dependencies
Maintainers
2
Versions
625
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.0.0-nightly-73414999f-240916 to 3.0.0-nightly-7aa6265a2-241112

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;

4

package.json
{
"name": "@internationalized/date",
"version": "3.0.0-nightly-73414999f-240916",
"version": "3.0.0-nightly-7aa6265a2-241112",
"description": "Internationalized calendar, date, and time manipulation utilities",

@@ -30,3 +30,3 @@ "license": "Apache-2.0",

},
"stableVersion": "3.5.5"
"stableVersion": "3.5.6"
}

@@ -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