🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

multi-range-slider-react

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multi-range-slider-react - npm Package Compare versions

Comparing version

to
1.0.1

lib/MultiRangeSlider.css

79

package.json
{
"name": "multi-range-slider-react",
"version": "1.0.0",
"description": "react component that return two value minValue and maxValue by event onInput/onChange.",
"main": "MultiRangeSlider.jsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/developergovindgupta/multi-range-slider-react.git"
},
"keywords": [
"multi",
"range",
"slider",
"minValue",
"maxValue",
"min",
"max",
"react",
"component",
"select",
"two",
"values"
],
"author": "developergovindgupta",
"license": "ISC",
"bugs": {
"url": "https://github.com/developergovindgupta/multi-range-slider-react/issues"
},
"homepage": "https://github.com/developergovindgupta/multi-range-slider-react#readme"
"name": "multi-range-slider-react",
"version": "1.0.1",
"description": "react component that return two value minValue and maxValue by event onInput/onChange.",
"main": "./lib/MultiRangeSlider.js",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/developergovindgupta/multi-range-slider-react.git"
},
"keywords": [
"multi",
"range",
"slider",
"minValue",
"maxValue",
"min",
"max",
"react",
"component",
"select",
"two",
"values"
],
"author": "developergovindgupta",
"license": "ISC",
"peerDependencies": {},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^3.6.0",
"path": "^0.12.7",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"style-loader": "^1.3.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {},
"bugs": {
"url": "https://github.com/developergovindgupta/multi-range-slider-react/issues"
},
"homepage": "https://github.com/developergovindgupta/multi-range-slider-react#readme"
}