🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@hema-to/regl-scatterplot

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hema-to/regl-scatterplot - npm Package Compare versions

Comparing version
1.14.1-hemato.2
to
1.14.1-hemato.3
+1
-1
dist/types.d.ts

@@ -298,3 +298,3 @@ type Hex = string;

import('pub-sub-es').Event<'pointOver' | 'pointOut', number> &
import('pub-sub-es').Event<'select' | 'focus', { points: number[] }> &
import('pub-sub-es').Event<'select' | 'focus', { points: number[]; lassoMode: LassoOptions["mode"]; }> &
import('pub-sub-es').Event<'points', { points: number[][] }> &

@@ -301,0 +301,0 @@ import('pub-sub-es').Event<'transitionEnd', import('regl').Regl> &

{
"name": "@hema-to/regl-scatterplot",
"version": "1.14.1-hemato.2",
"version": "1.14.1-hemato.3",
"description": "A WebGL-Powered Scalable Interactive Scatter Plot Library",

@@ -100,2 +100,2 @@ "author": "Fritz Lekschas",

}
}
}

@@ -298,3 +298,3 @@ type Hex = string;

import('pub-sub-es').Event<'pointOver' | 'pointOut', number> &
import('pub-sub-es').Event<'select' | 'focus', { points: number[] }> &
import('pub-sub-es').Event<'select' | 'focus', { points: number[]; lassoMode: LassoOptions["mode"]; }> &
import('pub-sub-es').Event<'points', { points: number[][] }> &

@@ -301,0 +301,0 @@ import('pub-sub-es').Event<'transitionEnd', import('regl').Regl> &

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

Sorry, the diff of this file is too big to display