Socket
Socket
Sign inDemoInstall

chartjs-chart-wordcloud

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chartjs-chart-wordcloud - npm Package Compare versions

Comparing version 4.2.1 to 4.2.2

2

build/index.d.ts

@@ -35,2 +35,3 @@ /**

declare class WordElement extends Element<IWordElementProps, IWordElementOptions> implements VisualElement {
static readonly id = "word";
}

@@ -44,2 +45,3 @@ declare module 'chart.js' {

declare class WordCloudController extends DatasetController<'wordCloud', WordElement> {
static readonly id = "wordCloud";
private readonly wordLayout;

@@ -46,0 +48,0 @@ }

2

package.json
{
"name": "chartjs-chart-wordcloud",
"description": "Chart.js module for word clouds",
"version": "4.2.1",
"version": "4.2.2",
"author": {

@@ -6,0 +6,0 @@ "name": "Samuel Gratzl",

@@ -36,5 +36,2 @@ import {

export class WordCloudController extends DatasetController<'wordCloud', WordElement> {
/**
* @internal
*/
static readonly id = 'wordCloud';

@@ -41,0 +38,0 @@

@@ -72,5 +72,2 @@ import { Element, FontSpec, VisualElement, ScriptableAndArrayOptions, ScriptableContext, ChartType } from 'chart.js';

export class WordElement extends Element<IWordElementProps, IWordElementOptions> implements VisualElement {
/**
* @internal
*/
static readonly id = 'word';

@@ -77,0 +74,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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