New:Socket for Asana Is Now Available.Learn more
Get Started

@arcjet/duration

Package Overview
Dependencies
Maintainers
2
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcjet/duration - npm Package Compare versions

Comparing version
1.10.0
to
1.11.0
+2
-2
dist/index.js
//#region src/index.ts
const second = 1;
const minute = 60 * second;
const hour = 60 * minute;
const minute = 60;
const hour = 3600;
const day = 24 * hour;

@@ -6,0 +6,0 @@ const maxUint32 = 4294967295;

{
"name": "@arcjet/duration",
"version": "1.10.0",
"version": "1.11.0",
"description": "Arcjet utilities for parsing duration strings",

@@ -54,3 +54,3 @@ "keywords": [

"@types/node": "22.20.1",
"tsdown": "0.22.7",
"tsdown": "0.22.14",
"typescript": "7.0.2"

@@ -57,0 +57,0 @@ },