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

aria-progress-range-slider

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aria-progress-range-slider - npm Package Compare versions

Comparing version 0.0.2 to 0.0.4

8

package.json
{
"name": "aria-progress-range-slider",
"version": "0.0.2",
"version": "0.0.4",
"description": "Accessible progress bar / slider component",

@@ -9,3 +9,4 @@ "scripts": {

"build": "rm -rf ./dist && microbundle --entry ./src/index.ts --output ./dist && parcel build src/style.scss --out-dir ./dist",
"build-docs": "rm -rf ./docs && parcel build index.html --out-dir ./docs --public-url /aria-progress-range-slider"
"build-docs": "rm -rf ./docs && parcel build index.html --out-dir ./docs --public-url /aria-progress-range-slider",
"prepublish": "npm run build && npm run build-docs"
},

@@ -38,4 +39,3 @@ "devDependencies": {

},
"homepage": "https://github.com/Stanko/aria-progress-range-slider#readme",
"prepublish": "npm run build && npm run build-docs"
"homepage": "https://github.com/Stanko/aria-progress-range-slider#readme"
}

@@ -18,2 +18,17 @@ # Accessible Progres bar / Range slider

## Usage
```js
// Import the class
import ProgressBar from 'aria-progress-range-slider';
// and the CSS
import 'aria-progress-range-slider/dist/style.css';
const selector = '.progress-bar';
const options = {};
new ProgressBar(selector, options);
```
## Options

@@ -20,0 +35,0 @@

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