Socket
Book a DemoInstallSign in
Socket

@date-fns/utc

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@date-fns/utc - npm Package Compare versions

Comparing version

to
2.0.1

6

CHANGELOG.md

@@ -11,2 +11,8 @@ # Change Log

## v2.0.1 - 2024-09-11
### Fixed
- [Fixed `UTCDateMini` type definition](https://github.com/date-fns/utc/pull/11) [@fabon-f1](https://github.com/fabon-f1).
## v2.0.0 - 2024-09-10

@@ -13,0 +19,0 @@

2

date/mini.d.ts

@@ -15,2 +15,2 @@ import { type UTCDate } from "./index.ts";

*/
export const UTCDateMini: UTCDate;
export const UTCDateMini: typeof UTCDate;
{
"name": "@date-fns/utc",
"version": "2.0.0",
"version": "2.0.1",
"description": "UTC date utils",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet