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

@smartface/contx

Package Overview
Dependencies
Maintainers
5
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smartface/contx - npm Package Compare versions

Comparing version 4.2.3 to 4.2.4

3

lib/core/isTablet.js

@@ -7,2 +7,3 @@ "use strict";

var system_1 = __importDefault(require("@smartface/native/device/system"));
var screen_1 = __importDefault(require("@smartface/native/device/screen"));
function load(src) {

@@ -13,3 +14,3 @@ return require(src);

var isTablet = false;
if (system_1.default.OS === system_1.default.OSType.IOS && Math.mix(Screen.width, Screen.heigth) >= 720) {
if (system_1.default.OS === system_1.default.OSType.IOS && Math.min(screen_1.default.width, screen_1.default.heigth) >= 720) {
isTablet = true;

@@ -16,0 +17,0 @@ }

{
"name": "@smartface/contx",
"version": "4.2.3",
"version": "4.2.4",
"description": "Context Manager",

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

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