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

@171h/utils

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@171h/utils - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

4

dist/index.d.ts

@@ -288,3 +288,3 @@ /**

*/
declare function minDate(...dates: Date[]): Date;
declare function minDate(...dates: Date[]): Date | undefined;
/**

@@ -295,3 +295,3 @@ * 求给定日期的最大值

*/
declare function maxDate(...dates: Date[]): Date;
declare function maxDate(...dates: Date[]): Date | undefined;

@@ -298,0 +298,0 @@ declare const isDef: <T = any>(val?: T | undefined) => val is T;

{
"name": "@171h/utils",
"type": "module",
"version": "0.4.1",
"version": "0.4.2",
"packageManager": "pnpm@8.1.1",

@@ -6,0 +6,0 @@ "description": "",

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