Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@robloche/chartjs-plugin-streaming

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@robloche/chartjs-plugin-streaming - npm Package Compare versions

Comparing version 3.0.4 to 3.1.0

8

dist/chartjs-plugin-streaming.esm.js
/*!
* chartjs-plugin-streaming v3.0.2
* @robloche/chartjs-plugin-streaming v3.0.4
* https://github.com/Robloche/chartjs-plugin-streaming
* (c) 2017-2022 Akihiko Kusanagi
* (c) 2017-2023 Akihiko Kusanagi
* Released under the MIT license

@@ -247,3 +247,3 @@ */

if (element) {
const meta = me._chart.getDatasetMeta(element.datasetIndex);
const meta = me.chart.getDatasetMeta(element.datasetIndex);
me.$streaming = getAxisMap(me, transitionKeys$1, meta);

@@ -773,3 +773,3 @@ } else {

var version = "3.0.2";
var version = "3.0.4";

@@ -776,0 +776,0 @@ defaults.set('transitions', {

@@ -6,3 +6,3 @@ {

"author": "Akihiko Kusanagi <nagi@nagi-p.com> (https://nagix.github.io/)",
"version": "3.0.4",
"version": "3.1.0",
"license": "MIT",

@@ -9,0 +9,0 @@ "jsdelivr": "dist/chartjs-plugin-streaming.min.js",

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