New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@maslick/radiaslider

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maslick/radiaslider - npm Package Compare versions

Comparing version 1.6.1 to 1.8.0

9

package.json
{
"name": "@maslick/radiaslider",
"version": "1.6.1",
"version": "1.8.0",
"description": "nice looking canvas-based radial and linear slider",

@@ -54,7 +54,8 @@ "repository": {

"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"
"test-linear": "parcel example/linear.html -d test",
"browser": "mkdir -p dist && minify src/slider-circular.js --out-file dist/slider-circular.min.js && minify src/slider-linear.js --out-file dist/slider-linear.min.js",
"demo": "parcel build example/* --public-url ./ --out-dir demo/",
"build": "npm run browser && npm run demo"
}
}
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