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.8.2 to 1.9.0

15

dist/index.d.ts

@@ -8,2 +8,4 @@ interface AudioEngine {

x: number;
label?: string;
custom?: unknown;
}

@@ -73,2 +75,3 @@ interface SimpleDataPoint extends DataPoint {

valueLabels?: string[];
continuous?: boolean;
};

@@ -83,3 +86,4 @@ declare enum SUPPORTED_CHART_TYPES {

BOX = "box",
MATRIX = "matrix"
MATRIX = "matrix",
SCATTER = "scatter"
}

@@ -99,2 +103,3 @@ type StatBundle = {

index: number;
point: SupportedDataPointType;
};

@@ -110,2 +115,3 @@ type c2mOptions = {

hertzes?: number[];
stack?: boolean;
};

@@ -143,2 +149,3 @@ type c2mGolangReturn = {

private _playListInterval;
private _playListContinuous;
private _speedRateIndex;

@@ -160,7 +167,11 @@ private _flagNewGroup;

private _outlierMode;
private _announcePointLabelFirst;
constructor(input: SonifyTypes);
get currentPoint(): SupportedDataPointType;
private _clearPlay;
private _initializeActionMap;
private _initializeTouchActions;
private _generateSummary;
private _buildStackBar;
private _buildStackScatter;
private _setData;

@@ -199,2 +210,4 @@ setData(data: SonifyTypes["data"], axes?: SonifyTypes["axes"], pointIndex?: number, groupName?: string): void;

private _playRightOutlier;
private _playRightContinuous;
private _playLeftContinuous;
private _playRight;

@@ -201,0 +214,0 @@ private _getHertzRange;

12

package.json
{
"name": "chart2music",
"version": "1.8.2",
"version": "1.9.0",
"main": "dist/index.js",

@@ -53,7 +53,7 @@ "module": "dist/index.mjs",

"@types/jest": "^29.2.1",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.53.0",
"concurrently": "7.6.0",
"depcheck": "^1.4.3",
"eslint": "8.34.0",
"eslint": "8.35.0",
"eslint-config-prettier": "8.6.0",

@@ -64,4 +64,4 @@ "eslint-plugin-jsdoc": "40.0.0",

"jest": "28.1.3",
"jest-environment-jsdom": "29.4.2",
"lint-staged": "13.1.1",
"jest-environment-jsdom": "29.4.3",
"lint-staged": "13.1.2",
"prettier": "2.8.4",

@@ -68,0 +68,0 @@ "rimraf": "4.1.2",

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