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

@thumbmarkjs/thumbmarkjs

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thumbmarkjs/thumbmarkjs - npm Package Compare versions

Comparing version 0.13.3 to 0.13.4

12

dist/components/webgl/webgl.js

@@ -42,6 +42,10 @@ "use strict";

var commonPixels_1 = require("../../utils/commonPixels");
var canvas = document.createElement('canvas');
canvas.width = 200;
canvas.height = 100;
var gl = canvas.getContext('webgl');
var canvas;
var gl = null;
if (document) {
canvas = document.createElement('canvas');
canvas.width = 200;
canvas.height = 100;
gl = canvas.getContext('webgl');
}
function createWebGLFingerprint() {

@@ -48,0 +52,0 @@ return __awaiter(this, void 0, void 0, function () {

{
"name": "@thumbmarkjs/thumbmarkjs",
"version": "0.13.3",
"version": "0.13.4",
"description": "",

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

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