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.0.0-rc.10 to 1.0.0-rc.11

6

lib/smartface/fromSFComponent.js

@@ -125,7 +125,7 @@ (function (global, factory) {

if (name == rootName + "_statusBar") {
componentVars = root.constructor.$$styleContext.statusBar || {};
componentVars = root.constructor && root.constructor.$$styleContext.statusBar || {};
} else if (name == rootName + "_headerBar") {
componentVars = root.constructor.$$styleContext.headerBar || {};
componentVars = root.constructor && root.constructor.$$styleContext.headerBar || {};
} else {
componentVars = component.constructor.$$styleContext || {};
componentVars = component.constructor && component.constructor.$$styleContext || {};
}

@@ -132,0 +132,0 @@

{
"name": "@smartface/contx",
"version": "1.0.0-rc.10",
"version": "1.0.0-rc.11",
"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