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.4 to 2.0.5

0

.eslintrc.json

@@ -0,0 +0,0 @@ {

10

index.js

@@ -107,3 +107,3 @@ 'use strict'

type: 'uint8',
data: null
data: new Uint8Array(0)
})

@@ -114,3 +114,3 @@ //xy-position per-point

type: 'float',
data: null
data: new Uint8Array(0)
})

@@ -121,3 +121,3 @@ //xy-position float32-fraction

type: 'float',
data: null
data: new Uint8Array(0)
})

@@ -128,3 +128,3 @@ //4 errors per-point

type: 'float',
data: null
data: new Uint8Array(0)
})

@@ -363,3 +363,3 @@ //error bar mesh

groups = options.map((options, i) => {
error2d.groups = groups = options.map((options, i) => {
let group = groups[i]

@@ -366,0 +366,0 @@

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

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

"type": "git",
"url": "git+https://github.com/dfcreative/regl-error2d.git"
"url": "git+https://github.com/dy/regl-error2d.git"
},

@@ -27,9 +27,9 @@ "keywords": [

"bugs": {
"url": "https://github.com/dfcreative/regl-error2d/issues"
"url": "https://github.com/dy/regl-error2d/issues"
},
"homepage": "https://github.com/dfcreative/regl-error2d#readme",
"homepage": "https://github.com/dy/regl-error2d#readme",
"dependencies": {
"array-bounds": "^1.0.1",
"bubleify": "^1.0.0",
"color-normalize": "^1.0.0",
"color-normalize": "^1.0.3",
"flatten-vertex-data": "^1.0.0",

@@ -36,0 +36,0 @@ "object-assign": "^4.1.1",

@@ -5,3 +5,3 @@ # regl-error2d [![experimental](https://img.shields.io/badge/stability-unstable-green.svg)](http://github.com/badges/stability-badges)

![regl-error2d](https://github.com/dfcreative/regl-error2d/blob/master/preview.png?raw=true)
![regl-error2d](https://github.com/dy/regl-error2d/blob/master/preview.png?raw=true)

@@ -15,3 +15,3 @@ Remake on [gl-error2d](https://github.com/gl-vis/gl-error2d):

[Demo](https://dfcreative.github.io/regl-error2d).
[Demo](https://dy.github.io/regl-error2d).

@@ -18,0 +18,0 @@ ## Usage

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