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.6 to 0.1.7

6

bin/command/command_preview.js

@@ -9,3 +9,7 @@ var fs = require('fs');

var DEFAULT_HTTP_PORT = 8080;
var serve = serveStatic('www', {'index': ['index.html', 'index.htm']});
var folder = ''
if(fs.existsSync("./www")) {
folder = "www"
}
var serve = serveStatic(folder, {'index': ['index.html', 'index.htm']});
var mockCordvaJS = ''

@@ -12,0 +16,0 @@ mockCordvaJS += 'var socket = io(location.origin);'

2

package.json
{
"name": "mobileui",
"version": "0.1.6",
"version": "0.1.7",
"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",

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