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

to
2.2.4

2

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

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

@@ -47,3 +47,3 @@ # chartjs-plugin-dragdata.js

```
<script src="https://cdn.jsdelivr.net/npm/chartjs-plugin-dragdata@2.2.1/dist/chartjs-plugin-dragdata.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chartjs-plugin-dragdata@2.2.3/dist/chartjs-plugin-dragdata.min.js"></script>
```

@@ -50,0 +50,0 @@

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

if (isDragging) {
chart.tooltip.update();
if (chart.tooltip) chart.tooltip.update();
return false

@@ -247,0 +247,0 @@ }