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

gl-shader-core

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gl-shader-core - npm Package Compare versions

Comparing version 0.0.3 to 1.0.0

2

package.json
{
"name": "gl-shader-core",
"version": "0.0.3",
"version": "1.0.0",
"description": "Core implementation of gl-shader without parser dependencies",

@@ -5,0 +5,0 @@ "main": "shader-core.js",

@@ -10,3 +10,3 @@ "use strict"

this.gl = gl
this.program = prog
this.handle = prog
this.attributes = attributes

@@ -18,3 +18,3 @@ this.types = typeInfo

Shader.prototype.bind = function() {
this.gl.useProgram(this.program)
this.gl.useProgram(this.handle)
}

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