
Security News
Node.js Moves Toward Stable TypeScript Support with Amaro 1.0
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
range-slider
Advanced tools
A simple range slider UI element for use with browserify.
This module expects a "wrapper" element, and creates the slidable part on the
inside, which will take up the full size of its parent. Note that if the parent
doesn't have position: relative|fixed|absolute
set, this will be set to
relative
on your behalf.
Returns the slider's inside DOM element, where slide
is a parent element that
you've already created.
initial
is an optional value between 0 and 1 for determining where to start
the slider. update(value)
is a function that's called every time the slider's
value changes – the value will always be a number between 0 and 1, where 0 is
the left side of the slider and 1 is the right.
MIT. See LICENSE.md for details.
FAQs
A simple range slider UI element for use with browserify
The npm package range-slider receives a total of 139 weekly downloads. As such, range-slider popularity was classified as not popular.
We found that range-slider demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.