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

chart2music

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chart2music - npm Package Compare versions

Comparing version 1.6.2 to 1.7.0

3

dist/index.d.ts

@@ -125,2 +125,3 @@ interface AudioEngine {

private _groups;
private _visible_group_indices;
private _data;

@@ -148,2 +149,3 @@ private _groupIndex;

private _availableActions;
private _silent;
constructor(input: SonifyTypes);

@@ -155,2 +157,3 @@ private _initializeActionMap;

setData(data: SonifyTypes["data"], axes?: SonifyTypes["axes"], pointIndex?: number, groupName?: string): void;
setCategoryVisibility(name: string, state: boolean): string;
getCurrent(): {

@@ -157,0 +160,0 @@ group: string;

8

package.json
{
"name": "chart2music",
"version": "1.6.2",
"version": "1.7.0",
"main": "dist/index.js",

@@ -50,3 +50,3 @@ "module": "dist/index.mjs",

"@types/jest": "^29.2.1",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/eslint-plugin": "5.48.2",
"@typescript-eslint/parser": "5.48.2",

@@ -57,3 +57,3 @@ "concurrently": "7.6.0",

"eslint-config-prettier": "8.6.0",
"eslint-plugin-jsdoc": "39.6.4",
"eslint-plugin-jsdoc": "39.6.7",
"http-server": "14.1.1",

@@ -65,3 +65,3 @@ "husky": "8.0.3",

"prettier": "2.8.3",
"rimraf": "4.0.7",
"rimraf": "4.1.1",
"rollup": "2.79.1",

@@ -68,0 +68,0 @@ "rollup-plugin-dts": "4.2.3",

@@ -65,3 +65,3 @@ # Chart2Music

* [with D3.js](https://codepen.io/chart2music/full/gOezOaY)
- [with ChartIQ](https://jsfiddle.net/chart2music/34bw2eqm/81/)
* [with ChartIQ](https://jsfiddle.net/chart2music/34bw2eqm/81/)
* [with HighCharts](https://codepen.io/chart2music/full/QWmZrKj)

@@ -68,0 +68,0 @@ * [with Recharts](https://codepen.io/chart2music/full/eYrrRam)

Sorry, the diff of this file is too big to display

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