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

@beyonk/date-utils

Package Overview
Dependencies
Maintainers
6
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beyonk/date-utils - npm Package Compare versions

Comparing version

to
4.4.0

lib/iso-dates.js

9

index.js

@@ -22,2 +22,7 @@ import {

import {
toISOString,
fromISOString
} from './lib/iso-dates.js'
export {

@@ -41,3 +46,5 @@ localDate,

getMonthDays,
toHumanDuration
toHumanDuration,
toISOString,
fromISOString
}

2

package.json
{
"name": "@beyonk/date-utils",
"version": "4.3.0",
"version": "4.4.0",
"description": "Beyonk Date Utils",

@@ -5,0 +5,0 @@ "author": "Antony Jones <aj@desirableobjects.co.uk>",