Blocked data storage on top of LevelUp
check if the event loop is blocked
Allow parsing of top-level await in modules
Anthropic Sandbox Runtime (ASRT) - A general-purpose tool for wrapping security boundaries around arbitrary processes
Detects node eventloop block and reports where it started
TypeScript definitions for blocked
Strict URL sanitization with security-focused validation
TypeScript definitions for blocked-at
Definitions of levels for logging purposes & shareable Symbol constants.
Headless browser automation server and OpenClaw plugin for AI agents - anti-detection, element refs, and session isolation
Detect whether a terminal supports color
A tiny library for blocking stdin keypresses, except for Ctrl+C. Useful while displaying animations.
Trap focus within a DOM node.
Generates and consumes source maps
A well-tested CSS minifier
React Native Shield Fraud Plugin helps developers to assess malicious activities performed on mobile devices and return risk intelligence based on user's behaviour. It collects device's fingerprint, social metrics and network information.
loglevel plugin that adds colored level prefix (node only)
Create a manifest describing the abilities of an abstract-level database
Fastest HTML entities encode/decode library.
Generates and consumes source maps
An implementation of the WHATWG URL Standard's URL API and parsing machinery
Type-Level RegExp parser, matcher and permutation resolver
Universal abstract-level database for Node.js and browsers
Lightning Web Security ESLint rules
Generator for inline and block level Rails components. Similar to Ember's component generator.
A RESTful interface for block level storage
Some more high level building blocks for cpp projects.
Run a block of code only if a system level file lock can be obtained for a given filepath.
Some more high level building blocks for cpp projects.
High-resolution stopwatch using monotonic clock with start, stop, reset, lap timing, pause/resume support, and a class-level measure helper for block timing.
downgrade for rails in whole app、assign pathes、block level
Retry failed API calls, methods or blocks of code. Define take2 retry behavior on a class or method level and you good to go.
flacinfo-rb is a pure Ruby library for low-level access to Flac files. You can use it to read, set, or delete 'id3' like data (Vorbis comments), delete, add, or resize padding blocks, and so on.
This gem is a wrapper around log4j that allow you to construct a log4j.properties file from a config block, rather than actually having a log4j.properties file. Useful for setting the log levels dynamically.
Antispam helps prevent spam in your Rails applications by checking against DNS blacklists and spam-prevention databases. It has two core features: (1) IP-based spam detection using Project Honey Pot to block known spammers automatically, and (2) content-based spam detection using Defendium’s machine learning API, which is free for up to 1,000 checks per day. Blacklist lookups are cached for 24 hours to minimize performance impact. The gem integrates seamlessly with Rails, allowing you to block spam at the request level and redirect flagged users to a captcha page.
Return a variable if it's present (and optionally of the right type), otherwise a default or nil. Adds a top level demand() method, which replaces long lines of repetitive code to check for nil?/present?/empty?, etc., hard-to-read ternary operators (?:) and if statements. A block can also be specified, which only runs (with the variable) if the checks pass.