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

mobileui

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobileui - npm Package Compare versions

Comparing version 0.1.14 to 0.1.15

logo_m.png

21

mock/cordova.js

@@ -26,1 +26,22 @@ var userAgent = navigator.userAgent || navigator.vendor || window.opera;

}
window.Connection = {
UNKNOWN : 'unknown',
ETHERNET : 'ethernet',
WIFI : 'wifi',
CELL_2G : '2G',
CELL_3G : '3G',
CELL_4G : '4G',
CELL : 'cell',
NONE : 'none'
}
navigator.app = {
exitApp : function(){
location.reload();
}
}
navigator.connection = {
type: window.Connection.WIFI
}

2

package.json
{
"name": "mobileui",
"version": "0.1.14",
"version": "0.1.15",
"description": "MobileUI is a simple and easy NPM package to install UI Components for web mobile apps using HTML, CSS and JavaScript.",

@@ -5,0 +5,0 @@ "main": "./bin/mobileui",

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

# MobileUI
NPM Package MobileUI, see docs in: https://mobileui.github.io/
![MobileUI](logo_m.png)
======
[MobileUI](https://mobileui.github.io) is a simple and easy NPM package to install UI Components for web mobile apps using HTML, CSS and JavaScript.
MobileUI provides a rich variety of UI components specially designed for mobile apps like tabs, side menu, stack navigation and tons of other components such as lists and forms. They all have iOS and Android support, with automatic styling that will change the appearance of the app based on the platform. With MobileUI you can truly support both Android and iOS with the same source code.
> See the docs in: https://mobileui.github.io/
Quickstart
----------
The Installation is very simple, but first you need to install Node.js
With Node.js installed, run in your terminal:
`npm install mobileui -g`
## Features
| Command | Description |
| --- | --- |
| `mobileui install [NAME_COMPONENT]` | Install one or more component. |
| `mobileui install font [GOOGLE_FONT_NAME]` | Install font from Google Fonts repository. |
| `mobileui install template [NAME_TEMPLATE]` | Install a template to your project. |
| `mobileui install preview` | Emulate your app in your browser and provide some mocks for plugins by Apache Cordova. |
Links
---------------
- [Install and features](https://mobileui.github.io/#getting-started)
- [Documentation](https://mobileui.github.io)
- [Contributing](https://github.com/MobileUI/components/blob/master/CONTRIBUTE.md)
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