🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@maptalks/regl

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maptalks/regl - npm Package Compare versions

Comparing version
3.3.4
to
3.3.5
+1
-1
lib/texture.js

@@ -1447,3 +1447,3 @@ var check = require('./util/check')

if (texInfo.genMipmaps) {
texture.mipmask = (Math.max(mipData.width, mipData.height) << 1) - 1
texture.mipmask = (Math.max(faces[0].width, faces[0].height) << 1) - 1
} else {

@@ -1450,0 +1450,0 @@ texture.mipmask = faces[0].mipmask

{
"name": "@maptalks/regl",
"version": "3.3.4",
"version": "3.3.5",
"description": "regl is a fast functional WebGL framework.",

@@ -5,0 +5,0 @@ "main": "dist/regl.min.js",

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

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

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