Socket
Socket
Sign inDemoInstall

rangetouch

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "rangetouch",
"version": "0.0.1",
"version": "0.0.2",
"description": "A super tiny library to make input type='range' sliders work better on touch devices",

@@ -5,0 +5,0 @@ "homepage": "https://rangetouch.com",

@@ -15,3 +15,4 @@ # RangeTouch

You can even use our CDN if you'd like:
### CDN
You can even load RangeTouch from our CDN if you'd like:
```html

@@ -21,2 +22,22 @@ <script src="https://cdn.rangetouch.com/0.0.1/rangetouch.js"></script>

### Node Package Manager (NPM)
[![npm version](https://badge.fury.io/js/rangetouch.svg)](https://badge.fury.io/js/rangetouch)
Using NPM, you can grab RangeTouch:
```
npm install rangetouch
```
[https://www.npmjs.com/package/rangetouch](https://www.npmjs.com/package/rangetouch)
### Bower
[![Bower version](https://badge.fury.io/bo/rangetouch.svg)](https://badge.fury.io/bo/rangetouch)
If bower is your thang, you can grab RangeTouch using:
```
bower install rangetouch
```
[http://bower.io/search/?q=rangetouch](http://bower.io/search/?q=rangetouch)
More info on setting up dependencies can be found in the [Bower Docs](http://bower.io/docs/creating-packages/#maintaining-dependencies)
## Configuration

@@ -23,0 +44,0 @@ If you're customizing your range inputs (easily done - see the demo for an example) and you change the size of the thumb handle, you should specify (in pixels) this after including the script:

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc