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.73.7
to
0.74.0
+1
-1
manifest.json

@@ -321,3 +321,3 @@ {

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

@@ -5,0 +5,0 @@ "description": "Range slider (`type=\"range\"`). Optional `params` as `InputRangeParams`: `min` / `max` may be numbers or numeric strings; each key is applied only if present on `params` (same `hasOwnProperty` pattern as number input). Coerces values for validation and native `min`/`max`. Dispatches `setVal` `{ value, valid, id }` (`value` may be `undefined`). `validationTip` + `show_validation` use Bulma `help is-danger`. Theme `--bulma-*` on `:host`; range track uses `accent-color`. See `InputRangeParams` in `types/webcomponent.type.d.ts`.",