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 0.5.1 to 1.0.0

3

dist/c2mChart.d.ts

@@ -29,3 +29,6 @@ import type { SonifyTypes, c2mOptions, c2mGolangReturn } from "./types";

private _type;
private _explicitAxes;
constructor(input: SonifyTypes);
_generateSummary(): void;
setData(data: SonifyTypes["data"], axes?: SonifyTypes["axes"]): void;
setOptions(option: c2mOptions): void;

@@ -32,0 +35,0 @@ getCurrent(): {

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

onFocusCallback?: (point: c2mCallbackType) => void;
onSelectCallback?: (point: c2mCallbackType) => void;
live?: boolean;

@@ -66,0 +67,0 @@ maxWidth?: number;

@@ -885,2 +885,12 @@ var c2mChart = (function (exports) {

{
title: "Select item",
key: "Enter",
callback: () => {
this._options.onSelectCallback?.({
slice: this._groups[this._groupIndex],
index: this._pointIndex
});
}
},
{
title: "Go backward by a tenth",

@@ -887,0 +897,0 @@ key: "Ctrl+ArrowLeft",

2

package.json
{
"name": "chart2music",
"version": "0.5.1",
"version": "1.0.0",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "module": "dist/index.mjs",

@@ -25,3 +25,3 @@ # Chart2Music

On your page, you will also need your chart. For the sake of similicity, here's an example with an image:
On your page, you will also need your chart. For the sake of simplicity, here's an example with an image:

@@ -63,1 +63,3 @@ ```html

* [with Frappe](https://codepen.io/chart2music/full/QWmrWWE)
Go to [chart2music.com](https://www.chart2music.com) for the full tutorial.

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