Socket
Socket
Sign inDemoInstall

regl-error2d

Package Overview
Dependencies
12
Maintainers
17
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.11 to 2.0.12

6

index.js

@@ -508,4 +508,6 @@ 'use strict'

positionBuffer(float32(positionData))
positionFractBuffer(fract32(positionData))
var float_data = float32(positionData)
positionBuffer(float_data)
var frac_data = fract32(positionData, float_data)
positionFractBuffer(frac_data)
colorBuffer(colorData)

@@ -512,0 +514,0 @@ errorBuffer(errorData)

{
"name": "regl-error2d",
"version": "2.0.11",
"version": "2.0.12",
"description": "Render error bars for the set of points",

@@ -36,3 +36,3 @@ "main": "index.js",

"pick-by-alias": "^1.2.0",
"to-float32": "^1.0.1",
"to-float32": "^1.1.0",
"update-diff": "^1.1.0"

@@ -39,0 +39,0 @@ },

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