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.0.0-rc.4 to 4.0.0-rc.5

2

lib/core/isTablet.js

@@ -25,3 +25,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
var orientation = __importStar(require("sf-extension-utils/lib/orientation"));
var orientation = __importStar(require("@smartface/native/lib/orientation"));
var system_1 = __importDefault(require("@smartface/native/device/system"));

@@ -28,0 +28,0 @@ function load(src) {

{
"name": "@smartface/contx",
"version": "4.0.0-rc.4",
"version": "4.0.0-rc.5",
"description": "Context Manager",

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

@@ -205,3 +205,3 @@ [![Twitter: @Smartface_io](https://img.shields.io/badge/contact-@Smartface_io-blue.svg?style=flat)](https://twitter.com/smartface_io)

```js
const Application = require("sf-core/application");
import Application from "@smartface/native/application");
// Seamlessly switch between themes

@@ -208,0 +208,0 @@ Application.theme()({ type: "changeTheme", theme: "yourThemeName" });

@@ -1,2 +0,2 @@

import * as orientation from "sf-extension-utils/lib/orientation";
import * as orientation from "@smartface/native/lib/orientation";
import System from '@smartface/native/device/system';

@@ -3,0 +3,0 @@ function load(src){

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