Chord-chart

Latest version: v0.3.0

Safety actively analyzes 623518 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.3.0

Before this release, JS package didn't work in Chrome: `RangeError: WebAssembly.Compile is disallowed on the main thread, if the buffer size is larger than 4KB. Use WebAssembly.compile, or compile on a worker thread.` Now it does, but the API had to be changed. Now you have to call `init` before using the package, for example:

js
import init, { validateChart } from "chord-chart-wasm";

await init();
validateChart("| C |");


Note that the Python package remains unchanged.

0.2.0

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.