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

chart.js-rangeslider

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chart.js-rangeslider - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

2

bower.json
{
"name": "chart.js-rangeslider",
"version": "1.2.3",
"version": "1.2.4",
"homepage": "https://github.com/schme16/Chart.js-RangeSlider",

@@ -5,0 +5,0 @@ "repo": "https://github.com/schme16/Chart.js-RangeSlider",

{
"name": "chart.js-rangeslider",
"version": "1.2.3",
"version": "1.2.4",
"description": "This adds the option of having a range slider to your charts, to allow you to select a specific data scale",

@@ -5,0 +5,0 @@ "main": "Chart.JS-RangeSlider.min.js",

@@ -18,2 +18,4 @@ function RangeSliderChart (opts) {

nD.data = nD.data.splice(min, (max-min || 1))
nD.pointBackgroundColor = nD.pointBackgroundColor.splice(min, max - min || 1)
nD.pointBorderColor = nD.pointBorderColor.splice(min, max - min || 1)
d.datasets.push(nD)

@@ -20,0 +22,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