No description provided.
Run the supplied function exactly one time (once)
Sitemap-generating lib/cli
vm2 is a sandbox that can run untrusted code with whitelisted Node's built-in modules. Securely!
An absurdly small glob matcher that packs a punch.
A calculator for humanity’s peculiar conventions of time.
RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data.
vm2 is a sandbox that can run untrusted code with whitelisted Node's built-in modules. Securely!
JavaScript date/time utilities for Vega.
Time zone support for date-fns v3 with the Intl API
Node/Js-module for parsing and making sense of ISO8601-durations
Node One Time Password library, supports HOTP, TOTP and works with Google Authenticator
One Time Password (HOTP/TOTP) library for Node.js, Deno, Bun and browsers
Property based testing for Vitest based on fast-check
Two-factor authentication for Node.js. One-time passcode generator (HOTP/TOTP) with support for Google Authenticator.
A micro-library of stream components for building custom JSON and JSONC processing pipelines with a minimal memory footprint — parse, filter, and transform JSON far larger than available memory with a SAX-inspired token API, on Node.js or Web Streams.
A source map library purpose-build for the Parcel bundler with a focus on fast combining and manipulating of source-maps.
Localized relative date/time formatting
## What is Devise?
Spinners for use in the terminal
Offload tasks to a pool of workers on node.js and in the browser
A CLI utility to add SOTA and POTA references to an existing ADIF file
A One-Time Password input designed for the React library MUI
A node.js package for Steven Levithan's excellent dateFormat() function.
This Devise extension adds the ability for users to authenticate with one-time passwords, enabling a more secure session mechanism. When logging in, users will receive a unique one-time password that they can use to access the system. This password is valid for only one use, ensuring that each login is secure and that users cannot reuse an old password to access their account. This extension provides a simple and effective way to improve the security of your application and protect against password attacks.
The devise-twilio-verify gem extends the Devise authentication system to provide enhanced security through two-factor authentication (2FA). It integrates with the Twilio Verify API to send verification codes via SMS or TOTP (time-based one-time passwords). This gem simplifies adding 2FA to Devise-powered Rails applications, ensuring better protection for user accounts. For instructions on migrating from the legacy Authy API (devise-authy) to Twilio Verify, please refer to the README.