@maslick/radiaslider
Advanced tools
Comparing version 1.3.3 to 1.4.0
{ | ||
"name": "@maslick/radiaslider", | ||
"version": "1.3.3", | ||
"version": "1.4.0", | ||
"description": "nice looking canvas-based radial and linear slider", | ||
@@ -9,2 +9,3 @@ "repository": { | ||
}, | ||
"main": "index.js", | ||
"files": [ | ||
@@ -45,3 +46,13 @@ "circular/*.js", | ||
}, | ||
"homepage": "https://github.com/maslick/radiaSlider#readme" | ||
"homepage": "https://github.com/maslick/radiaSlider#readme", | ||
"devDependencies": { | ||
"babel-minify": "^0.5.0", | ||
"cssnano": "^4.1.8" | ||
}, | ||
"scripts": { | ||
"build": "minify src/slider-circular.js --out-file dist/slider-circular.min.js && minify src/slider-linear.js --out-file dist/slider-linear.min.js", | ||
"build-demo": "parcel build example/* --public-url ./ --out-dir demo/", | ||
"test-circular": "parcel example/circular.html -d test", | ||
"test-linear": "parcel example/linear.html -d test" | ||
} | ||
} |
@@ -20,3 +20,3 @@ # =radiaSlider= | ||
[![screenshot](img/radiaslider.jpg?raw=true "radiaSlider circular")](https://maslick.github.io/radiaSlider/circular/) | ||
[![screenshot](img/radiaslider.jpg?raw=true "radiaSlider circular")](https://maslick.github.io/radiaSlider/demo/circular.html) | ||
@@ -26,3 +26,3 @@ | ||
[Circular](https://maslick.github.io/radiaSlider/circular/) / [linear](https://maslick.github.io/radiaSlider/linear/) | ||
[Circular](https://maslick.github.io/radiaSlider/demo/circular.html) / [linear](https://maslick.github.io/radiaSlider/demo/linear.html) | ||
@@ -105,3 +105,3 @@ | ||
## Using Node.js | ||
Radiaslider can be used either in browser or as a Node.js module. Look for a React.js example [here](https://github.com/maslick/react-radiaslider). | ||
*Radia slider* can be used either in the Browser or in the Node.js environment. Look for the [browser](https://github.com/maslick/radiaSlider/tree/master/example) and [React.js](https://github.com/maslick/react-radiaslider) examples. | ||
@@ -108,0 +108,0 @@ ## License |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5847
2
4
5
2