🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

rust-wasm-heatmap

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rust-wasm-heatmap - npm Package Compare versions

Comparing version

to
0.1.8

2

package.json

@@ -7,3 +7,3 @@ {

],
"version": "0.1.7",
"version": "0.1.8",
"files": [

@@ -10,0 +10,0 @@ "rust_wasm_heatmap_bg.wasm",

@@ -339,2 +339,5 @@ let wasm;

}
clear_points() {
wasm.heatmapv2_clear_points(this.__wbg_ptr);
}
calc_heatmap() {

@@ -341,0 +344,0 @@ wasm.heatmapv2_calc_heatmap(this.__wbg_ptr);

@@ -30,2 +30,3 @@ /* tslint:disable */

export function heatmapv2_add_points(a: number, b: number, c: number): void;
export function heatmapv2_clear_points(a: number): void;
export function heatmapv2_calc_heatmap(a: number): void;

@@ -32,0 +33,0 @@ export function heatmapv2_tag1(a: number): void;

@@ -89,2 +89,3 @@ /* tslint:disable */

add_points(points: Float64Array): void;
clear_points(): void;
calc_heatmap(): void;

@@ -91,0 +92,0 @@ tag1(): void;

Sorry, the diff of this file is not supported yet