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.1 to 0.13.2

3

dist/components/system/system.js

@@ -23,6 +23,5 @@ "use strict";

function getApplePayInfo() {
var applePayMaxSupportedVersion = 0;
if (typeof window.ApplePaySession === 'function') {
var versionCheck = window.ApplePaySession.supportsVersion;
for (var i = 10; i > 0; i--) {
for (var i = 15; i > 0; i--) {
if (versionCheck(i)) {

@@ -29,0 +28,0 @@ return i;

{
"name": "@thumbmarkjs/thumbmarkjs",
"version": "0.13.1",
"version": "0.13.2",
"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