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

@hscmap/gl-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hscmap/gl-wrapper - npm Package Compare versions

Comparing version 0.3.2 to 0.4.0

package-lock.json

2

lib/context_pool.js

@@ -31,3 +31,3 @@ "use strict";

var canvas = pool.pull();
var gl = canvas.getContext('webgl', opt);
var gl = canvas.getContext('webgl', opt) || canvas.getContext('experimental-webgl');
if (gl == null)

@@ -34,0 +34,0 @@ throw new Error("gl == null");

{
"name": "@hscmap/gl-wrapper",
"version": "0.3.2",
"version": "0.4.0",
"main": "./lib/index.js",

@@ -5,0 +5,0 @@ "types": "./lib/index.d.ts",

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