Socket
Socket
Sign inDemoInstall

regl-error2d

Package Overview
Dependencies
37
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

6

index.js

@@ -418,3 +418,7 @@ 'use strict'

if (!Array.isArray(colors) || typeof colors[0] === 'number') {
colors = Array(count).fill(colors)
let color = colors
colors = Array(count)
for (let i = 0; i < count; i++) {
colors[i] = color
}
}

@@ -421,0 +425,0 @@

2

package.json
{
"name": "regl-error2d",
"version": "2.0.3",
"version": "2.0.4",
"description": "Render error bars for the set of points",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc