Socket
Socket
Sign inDemoInstall

chartjs-chart-wordcloud

Package Overview
Dependencies
3
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.5.0 to 3.6.0

2

build/index.cjs.js

@@ -121,3 +121,3 @@ /**

super(...arguments);
this.wordLayout = layout__default['default']()
this.wordLayout = layout__default["default"]()
.text((d) => d.text)

@@ -124,0 +124,0 @@ .padding((d) => d.options.padding)

@@ -12,3 +12,3 @@ /**

(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.ChartWordCloud = {}, global.Chart, global.Chart.helpers));
}(this, (function (exports, chart_js, helpers) { 'use strict';
})(this, (function (exports, chart_js, helpers) { 'use strict';

@@ -759,3 +759,3 @@ var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};

})));
}));
//# sourceMappingURL=index.umd.js.map
{
"name": "chartjs-chart-wordcloud",
"description": "Chart.js module for word clouds",
"version": "3.5.0",
"version": "3.6.0",
"author": {

@@ -37,3 +37,3 @@ "name": "Samuel Gratzl",

"peerDependencies": {
"chart.js": "^3.5.0"
"chart.js": "^3.6.0"
},

@@ -46,39 +46,39 @@ "browserslist": [

"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-typescript": "^8.2.5",
"@types/jest": "^26.0.24",
"@rollup/plugin-typescript": "^8.3.0",
"@types/jest": "^27.0.2",
"@types/jest-image-snapshot": "^4.3.1",
"@types/node": "^16.4.13",
"@types/node": "^16.11.6",
"@types/seedrandom": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"@yarnpkg/pnpify": "^2.4.0",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"@yarnpkg/sdks": "^2.5.0",
"canvas": "^2.8.0",
"canvas-5-polyfill": "^0.1.5",
"chart.js": "^3.5.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"chart.js": "^3.6.0",
"eslint": "^8.1.0",
"eslint-config-airbnb-typescript": "^14.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.9.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^27.0.6",
"jest": "^27.3.1",
"jest-image-snapshot": "^4.5.1",
"prettier": "^2.3.2",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"rollup": "^2.56.0",
"rollup": "^2.59.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^3.0.2",
"rollup-plugin-dts": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"seedrandom": "^3.0.5",
"ts-jest": "^27.0.4",
"tslib": "^2.3.0",
"typedoc": "^0.21.5",
"typescript": "^4.3.5",
"ts-jest": "^27.0.7",
"tslib": "^2.3.1",
"typedoc": "^0.22.7",
"typescript": "^4.4.4",
"us-atlas": "^3.0.0",

@@ -107,6 +107,6 @@ "world-atlas": "^2.0.2"

"dependencies": {
"@types/d3-cloud": "^1.2.4",
"@types/d3-cloud": "^1.2.5",
"d3-cloud": "^1.2.5"
},
"packageManager": "yarn@3.0.0"
"packageManager": "yarn@3.1.0"
}

@@ -100,6 +100,4 @@ # Chart.js Word Clouds

npm i -g yarn
yarn set version 2
cat .yarnrc_patch.yml >> .yarnrc.yml
yarn
yarn pnpify --sdk vscode
yarn install
yarn sdks vscode
```

@@ -106,0 +104,0 @@

@@ -41,3 +41,3 @@ /// <reference types="jest" />

canvas.height = height;
defaults.font.family = 'Courier New';
Object.assign(defaults.font, { family: 'Courier New' });
defaults.color = 'transparent';

@@ -44,0 +44,0 @@ // eslint-disable-next-line no-param-reassign

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc