@hema-to/regl-scatterplot
Advanced tools
@@ -89,3 +89,3 @@ /** | ||
| redraw: () => void; | ||
| refresh: () => void; | ||
| refresh: any; | ||
| reset: (args_0?: Partial<{ | ||
@@ -92,0 +92,0 @@ preventEvent: boolean; |
+2
-2
@@ -13,3 +13,3 @@ type Hex = string; | ||
| type KeyAction = 'lasso' | 'rotate' | 'merge' | 'intersect'; | ||
| type KeyAction = 'lasso' | 'rotate' | 'merge' | 'intersect' | 'remove'; | ||
| type KeyMap = Record<'alt' | 'cmd' | 'ctrl' | 'meta' | 'shift', KeyAction>; | ||
@@ -207,3 +207,3 @@ | ||
| export type Properties = { | ||
| renderer: ReturnType<typeof import('./regl-scatterplot.esm').createRenderer>; | ||
| renderer: ReturnType<typeof import('./renderer').createRenderer>; | ||
| canvas: HTMLCanvasElement; | ||
@@ -210,0 +210,0 @@ regl: import('regl').Regl; |
+2
-2
| { | ||
| "name": "@hema-to/regl-scatterplot", | ||
| "version": "1.14.1-hemato.0", | ||
| "version": "1.14.1-hemato.1", | ||
| "description": "A WebGL-Powered Scalable Interactive Scatter Plot Library", | ||
@@ -100,2 +100,2 @@ "author": "Fritz Lekschas", | ||
| } | ||
| } | ||
| } |
+1
-1
@@ -13,3 +13,3 @@ type Hex = string; | ||
| type KeyAction = 'lasso' | 'rotate' | 'merge' | 'intersect'; | ||
| type KeyAction = 'lasso' | 'rotate' | 'merge' | 'intersect' | 'remove'; | ||
| type KeyMap = Record<'alt' | 'cmd' | 'ctrl' | 'meta' | 'shift', KeyAction>; | ||
@@ -16,0 +16,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
1077194
01
Infinity%