Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

regl-splom

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regl-splom - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

3

index.js

@@ -10,2 +10,3 @@ 'use strict'

const rect = require('parse-rect')
const flatten = require('flatten-vertex-data')

@@ -177,3 +178,3 @@

if (o.data) {
trace.buffer(o.data)
trace.buffer(flatten(o.data))
trace.columns = o.data.length

@@ -180,0 +181,0 @@ trace.count = o.data[0].length

{
"name": "regl-splom",
"version": "1.0.2",
"version": "1.0.3",
"description": "Scatterplot matrix for 2d plots",

@@ -35,2 +35,3 @@ "main": "./index.js",

"defined": "^1.0.0",
"flatten-vertex-data": "^1.0.2",
"left-pad": "^1.2.0",

@@ -37,0 +38,0 @@ "parse-rect": "^1.2.0",

@@ -17,3 +17,4 @@ 'use strict'

// TODO
t('typed array data input')
t('float32 array data input')
t('int32 array data input')

@@ -20,0 +21,0 @@

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