Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

svelte-range-slider-pips

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-range-slider-pips - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

2

package.json
{
"name": "svelte-range-slider-pips",
"version": "2.2.0",
"version": "2.2.1",
"svelte": "src/index.js",

@@ -5,0 +5,0 @@ "module": "dist/svelte-range-slider-pips.mjs",

@@ -117,2 +117,3 @@

**id** | `String` | `""` | Give the slider a unique ID for use in styling
**ariaLabels** | `Array` | `[]` | Array of strings to use for the `aria-label` attribute on the handles.
**formatter** | `Function` | `(v,i,p) => v` | A function to re-format values before they are displayed (`v = value, i = pip index, p = percent`)

@@ -119,0 +120,0 @@ **handleFormatter** | `Function` | `formatter` | A function to re-format values on the handle/float before they are displayed. Defaults to the same function given to the `formatter` property (`v = value, i = handle index, p = percent`)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc