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
7
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 1.1.0 to 1.1.1

12

lib/smartface/pageContextPatch.js

@@ -42,8 +42,10 @@ (function (global, factory) {

this.dispatch({
type: "updatePageSafeArea",
safeArea: style
});
if (this.ios.safeAreaLayoutMode === true) {
this.dispatch({
type: "updatePageSafeArea",
safeArea: style
});
this.layout.applyLayout();
this.layout.applyLayout();
}
}

@@ -50,0 +52,0 @@

@@ -213,3 +213,3 @@ (function (global, factory) {

Object.assign(rawDiff, safeAreaProps);
Object.assign(style, safeAreaProps);
// Object.assign(style, safeAreaProps);
}

@@ -216,0 +216,0 @@

{
"name": "@smartface/contx",
"version": "1.1.0",
"version": "1.1.1",
"description": "Context Manager",

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

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