Sign In

@ultimat3/time

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ultimat3/time - npm Package Compare versions

Comparing version
6.0.0
to
7.0.0
+5
-2
package.json
{
"name": "@ultimat3/time",
"version": "6.0.0",
"version": "7.0.0",
"description": "UTC instants, DST-correct zone math, cron, durations and Intl formatting with an explicit timezone",
"license": "MIT",
"type": "module",
"sideEffects": [
"./src/errors.ts"
],
"repository": {

@@ -34,4 +37,4 @@ "type": "git",

"dependencies": {
"@ultimat3/core": "6.0.0"
"@ultimat3/core": "7.0.0"
}
}