Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

typescript

Package Overview
Dependencies
Maintainers
6
Versions
3732
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript - npm Package Compare versions

Comparing version
6.0.0-dev.20260217
to
6.0.0-dev.20260218
+2
-4
lib/lib.esnext.temporal.d.ts

@@ -27,3 +27,3 @@ /*! *****************************************************************************

type PlainDateTimeLike = PlainDateTime | ZonedDateTime | PlainDate | DateTimeLikeObject | string;
type PlainMonthDayLike = PlainMonthDay | MonthDayLikeObject | string;
type PlainMonthDayLike = PlainMonthDay | DateLikeObject | string;
type PlainTimeLike = PlainTime | PlainDateTime | ZonedDateTime | TimeLikeObject | string;

@@ -63,4 +63,2 @@ type PlainYearMonthLike = PlainYearMonth | YearMonthLikeObject | string;

interface MonthDayLikeObject extends Omit<DateLikeObject, "era" | "eraYear"> {}
interface TimeLikeObject {

@@ -459,3 +457,3 @@ hour?: number | undefined;

readonly day: number;
with(monthDayLike: PartialTemporalLike<MonthDayLikeObject>, options?: OverflowOptions): PlainMonthDay;
with(monthDayLike: PartialTemporalLike<DateLikeObject>, options?: OverflowOptions): PlainMonthDay;
equals(other: PlainMonthDayLike): boolean;

@@ -462,0 +460,0 @@ toString(options?: PlainDateToStringOptions): string;

@@ -5,3 +5,3 @@ {

"homepage": "https://www.typescriptlang.org/",
"version": "6.0.0-dev.20260217",
"version": "6.0.0-dev.20260218",
"license": "Apache-2.0",

@@ -119,3 +119,3 @@ "description": "TypeScript is a language for application scale JavaScript development",

},
"gitHead": "040c2088b2b21715f41add62791687bd569e4496"
"gitHead": "ad04bf7488384a5dcdf7d250ccb8e5263021a8ff"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display