The implementation of this library is based on the ParseDuration
function in the Go stdlib. Originally licensed BSD-3.0 with the license included
in our source code.
We've chosen the approach of porting this to TypeScript because our protocol
operates exclusively on unsigned 32-bit integers representing seconds. However,
we don't want to require our SDK users to manually calculate seconds. By
providing this utility, our SDK can accept duration strings and numbers while
normalizing the values for our protocol.
nosecone: Remove upgradeInsecureRequests default value (#2401)
🚀 New Features
ip: Allow trusted proxies to exclude when looking for global IP (#2393) (58286b7)
nosecone-next: Keep 'self' script-src in defaults (#2378) (13348c8)
Support trusted proxy configuration on each adapter (#2394) (f9587d8), closes #2346
🪲 Bug Fixes
nosecone: Remove upgradeInsecureRequests default value (#2401) (093dc53)
📝 Documentation
Add nosecone section to root README (#2404) (4674fa4)
🧹 Miscellaneous Chores
nosecone: Add JSDoc comments to NoseconeOptions (#2380) (53ec4eb)
FAQs
Arcjet utilities for parsing duration strings
The npm package @arcjet/duration receives a total of 9,361 weekly downloads. As such, @arcjet/duration popularity was classified as popular.
We found that @arcjet/duration demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.It has 2 open source maintainers collaborating on the project.
Package last updated on 03 Dec 2024
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Newly introduced telemetry in devenv 1.4 sparked a backlash over privacy concerns, leading to the removal of its AI-powered feature after strong community pushback.
TC39 met in Seattle and advanced 9 JavaScript proposals, including three to Stage 4, introducing new features and enhancements for a future ECMAScript release.