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

chartjs-plugin-dragdata

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chartjs-plugin-dragdata - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "chartjs-plugin-dragdata",
"version": "2.0.0",
"version": "2.0.1",
"description": "Draggable data points for Chart.js",

@@ -5,0 +5,0 @@ "main": "dist/chartjs-plugin-dragdata.js",

@@ -41,5 +41,3 @@ import {Chart} from 'chart.js'

let newPos = calcPosition(e, chartInstance, datasetIndex, index, data)
initValue = newPos - curValue
console.log(dataset,index,curValue,newPos)
initValue = newPos - curValue
}

@@ -46,0 +44,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