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.7.1 to 1.8.0

10

dist/index.d.ts

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

median: number;
outlier?: number[];
}

@@ -90,2 +91,3 @@ type SupportedDataPointType = SimpleDataPoint | AlternateAxisDataPoint | HighLowDataPoint | OHLCDataPoint | BoxDataPoint;

median?: number;
outlier?: number[];
};

@@ -151,3 +153,6 @@ type c2mCallbackType = {

private _silent;
private _outlierIndex;
private _outlierMode;
constructor(input: SonifyTypes);
get currentPoint(): SupportedDataPointType;
private _initializeActionMap;

@@ -175,2 +180,4 @@ private _initializeTouchActions;

private _playAndSpeak;
private _moveNextOutlier;
private _movePrevOutlier;
private _moveRight;

@@ -182,5 +189,8 @@ private _moveLeft;

private _moveRightTenths;
private _checkOutlierMode;
private _movePrevStat;
private _moveNextStat;
private _playLeftOutlier;
private _playLeft;
private _playRightOutlier;
private _playRight;

@@ -187,0 +197,0 @@ private _getHertzRange;

12

package.json
{
"name": "chart2music",
"version": "1.7.1",
"version": "1.8.0",
"main": "dist/index.js",

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

"@types/jest": "^29.2.1",
"@typescript-eslint/eslint-plugin": "5.48.2",
"@typescript-eslint/parser": "5.49.0",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"concurrently": "7.6.0",

@@ -57,3 +57,3 @@ "depcheck": "^1.4.3",

"eslint-config-prettier": "8.6.0",
"eslint-plugin-jsdoc": "39.7.4",
"eslint-plugin-jsdoc": "39.8.0",
"http-server": "14.1.1",

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

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

@@ -72,4 +72,4 @@ "rollup-plugin-dts": "4.2.3",

"tslib": "2.5.0",
"typescript": "4.9.4"
"typescript": "4.9.5"
}
}

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