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

rangetouch

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

rangetouch - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

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

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

@@ -10,6 +10,7 @@ # RangeTouch

## Quick setup
To use RangeTouch in it's most basic form, you just need to add `rangetouch.js` (either from the `/dist` (minified) or `/src/js` (unminified) folders) before the closing `</body>` tag like so:
To use RangeTouch, you just need to add `rangetouch.js` (either from the `/dist` (minified) or `/src/js` (unminified) folders) before the closing `</body>` tag like so:
```html
<script src="/path/to/rangetouch.js"></script>
```
It will automatically bind to all `<input type="range">` elements, even newlt injected ones.

@@ -19,3 +20,3 @@ ### CDN

```html
<script src="https://cdn.rangetouch.com/0.0.1/rangetouch.js"></script>
<script src="https://cdn.rangetouch.com/0.0.3/rangetouch.js"></script>
```

@@ -22,0 +23,0 @@

// ==========================================================================
// rangetouch.js v0.0.1
// rangetouch.js v0.0.3
// Making <input type="range"> work on touch devices

@@ -4,0 +4,0 @@ // https://github.com/selz/rangetouch

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc