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

2gl

Package Overview
Dependencies
Maintainers
8
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

2gl - npm Package Compare versions

Comparing version 0.13.1 to 0.13.2

2

package.json
{
"name": "2gl",
"version": "0.13.1",
"version": "0.13.2",
"description": "WebGL library for 2GIS projects",

@@ -5,0 +5,0 @@ "repository": {

@@ -101,3 +101,3 @@ /**

}
attributes[name].bind(gl, shaderAttribute.location, null, instancesExt);
attributes[name].bind(gl, shaderAttribute.location, instancesExt);
}

@@ -104,0 +104,0 @@ if (this.indicesBuffer) {

@@ -101,3 +101,3 @@ /**

}
attributes[name].bind(gl, shaderAttribute.location, null, instancesExt);
attributes[name].bind(gl, shaderAttribute.location, instancesExt);
}

@@ -104,0 +104,0 @@ if (this.indicesBuffer) {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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