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

gl-scatter-plot

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gl-scatter-plot - npm Package Compare versions

Comparing version 5.5.0 to 5.5.1

2

package.json
{
"name": "gl-scatter-plot",
"version": "5.5.0",
"version": "5.5.1",
"description": "3D scatter plot",

@@ -5,0 +5,0 @@ "main": "pointcloud.js",

@@ -308,6 +308,6 @@ 'use strict'

if(Array.isArray(options.project)) {
this.axesProject = options.project
} else {
var v = !!options.project
this.axesProject = [v,v,v]
} else {
this.axesProject = options.project
}

@@ -314,0 +314,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