New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fenextjs-date

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fenextjs-date - npm Package Compare versions

Comparing version

to
3.2.3

2

cjs/index.d.ts

@@ -47,3 +47,3 @@ export interface FenextjsDateFormatOptions extends Intl.DateTimeFormatOptions {

}): boolean;
onCompareDate({ date, dateCompare, compare, compareSymbol, }: {
onCompareDate({ date, dateCompare: dateCompareProps, compare, compareSymbol, }: {
date?: Date;

@@ -50,0 +50,0 @@ dateCompare: Date;

@@ -147,4 +147,5 @@ "use strict";

}
onCompareDate({ date, dateCompare, compare, compareSymbol, }) {
onCompareDate({ date, dateCompare: dateCompareProps, compare, compareSymbol, }) {
const d = new Date(date ?? this.date);
const dateCompare = new Date(dateCompareProps);
const compareValue = {};

@@ -151,0 +152,0 @@ exports.FenextjsDateCompare.forEach((e) => {

{
"name": "fenextjs-date",
"version": "3.2.2",
"version": "3.2.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "./cjs/index.js",

Sorry, the diff of this file is not supported yet