Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@htmlbricks/hb-input-range

Package Overview
Dependencies
Maintainers
1
Versions
305
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@htmlbricks/hb-input-range - npm Package Compare versions

Comparing version
0.71.26
to
0.71.27
+1
-1
manifest.json

@@ -244,3 +244,3 @@ {

"repoName": "@htmlbricks/hb-input-range",
"version": "0.71.26"
"version": "0.71.27"
}
{
"name": "@htmlbricks/hb-input-range",
"version": "0.71.26",
"version": "0.71.27",
"contributors": [],

@@ -5,0 +5,0 @@ "description": "Range slider (`type=\"range\"`) whose bounds come from `schemaentry.params.min` and/or `max` when those keys exist. Parses stringified `schemaentry` when needed and enforces required/min/max rules for the numeric value. Dispatches `setVal` with `{ value, valid, id }` and shows `validationTip` as Bulma `help is-danger` when `show_validation` is enabled. Theme `--bulma-*` on `:host`; native range uses `accent-color` (not the Bulma text-input class).",