New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gl-error3d

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gl-error3d - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "gl-error3d",
"version": "1.0.2",
"version": "1.0.3",
"description": "Draws error bars around points",

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

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

module.exports = function(gl) {
return createShader(gl, vertSrc, fragSrc)
return createShader(gl, vertSrc, fragSrc, null, [
{name: 'position', type: 'vec3'},
{name: 'offset', type: 'vec3'},
{name: 'color', type: 'vec4'}
])
}
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