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.10.2 to 1.11.0

12

dist/index.d.ts

@@ -14,2 +14,3 @@ declare enum AudioNotificationType {

custom?: unknown;
children?: string;
type?: "annotation";

@@ -92,3 +93,4 @@ }

MATRIX = "matrix",
SCATTER = "scatter"
SCATTER = "scatter",
TREEMAP = "treemap"
}

@@ -120,2 +122,3 @@ type StatBundle = {

stack?: boolean;
root?: null | string;
};

@@ -180,2 +183,5 @@ type c2mInfoMarker = {

private _info;
private _hierarchy;
private _hierarchyRoot;
private _hierarchyBreadcrumbs;
constructor(input: SonifyTypes);

@@ -225,2 +231,6 @@ get currentPoint(): SupportedDataPointType;

private _playRight;
private _updateToNewLevel;
private _drillDown;
private _drillUp;
private _drillToRoot;
private _getHertzRange;

@@ -227,0 +237,0 @@ private _playCurrent;

26

package.json
{
"name": "chart2music",
"version": "1.10.2",
"version": "1.11.0",
"main": "dist/index.js",

@@ -51,11 +51,11 @@ "module": "dist/index.mjs",

"devDependencies": {
"@rollup/plugin-typescript": "11.0.0",
"@rollup/plugin-typescript": "11.1.2",
"@types/jest": "^29.2.1",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"concurrently": "7.6.0",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"concurrently": "8.2.0",
"depcheck": "^1.4.3",
"eslint": "8.37.0",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-jsdoc": "40.1.1",
"eslint-plugin-jsdoc": "46.4.3",
"http-server": "14.1.1",

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

"jest-environment-jsdom": "29.5.0",
"lint-staged": "13.2.0",
"prettier": "2.8.7",
"rimraf": "4.4.1",
"lint-staged": "13.2.2",
"prettier": "2.8.8",
"rimraf": "5.0.1",
"rollup": "2.79.1",

@@ -73,5 +73,9 @@ "rollup-plugin-dts": "4.2.3",

"ts-jest": "28.0.8",
"tslib": "2.5.0",
"tslib": "2.5.3",
"typescript": "4.9.5"
},
"overrides": {
"optionator": "^0.9.3",
"semver": "^7.5.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