New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

v-range-component

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

v-range-component - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "v-range-component",
"version": "1.0.0",
"version": "1.0.1",
"description": "Vue Range Slider component",

@@ -5,0 +5,0 @@ "keywords": [

# vRange
### Ussage
![alt text](https://github.com/[username]/[reponame]/blob/[branch]/demo.png?raw=true)
Just import module into your component.
## Ussage
###1. Install
```
npm i v-range-component
```
###2.Just import module into your component.
Build in styles are not required, but without any styling component will not work as expected.

@@ -14,7 +22,7 @@

### Avaible options:
### Avaible options:
| Prop | Type | Default | Description |
| ---- | ---- | ---- | ---- |
| value | Array | [0, 100] | Privides initial values |
| value | Array | [0, 100] | Provides initial values |
| label | Array | ["from", "to"] | Labels for min,max values |

@@ -26,2 +34,2 @@ | unit | String | 'PLN' | Unit display at input fields |

| lazy | Number | 500 | Delay (ms) before emit value by component after change |
| logarithmic | Boolean | false| Makes values growth logarithmic |
| logarithmic | Boolean | false| Makes values growth logarithmic |
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