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

mobileui

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobileui - npm Package Compare versions

Comparing version

to
0.1.16

@@ -0,0 +0,0 @@ var project = require('../utils/project');

@@ -0,0 +0,0 @@ var fs = require('fs');

@@ -0,0 +0,0 @@ var fs = require('fs');

@@ -0,0 +0,0 @@ var fs = require('fs');

@@ -0,0 +0,0 @@ var fs = require('fs');

@@ -0,0 +0,0 @@ var fs = require('fs');

@@ -47,1 +47,18 @@ var userAgent = navigator.userAgent || navigator.vendor || window.opera;

}
window.sqlitePlugin = {
openDatabase : function(p){
if(!p) p = {};
if(!p.name) p.name = 'mockdb';
if(!p.version) p.version = '1.0';
if(!p.description) p.description = 'MockDB';
if(!p.size) p.size = -1;
return window.openDatabase(p.name, p.version, p.description, p.size);
},
deleteDatabase: function(p, successcb, errorcb){
errorcb('This feature only works on the native device. On the web delete your database via settings.')
}
}
var customEvent = new CustomEvent("deviceready",{ "detail": "MOCK"});
document.dispatchEvent(customEvent);
{
"name": "mobileui",
"version": "0.1.15",
"version": "0.1.16",
"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",

Sorry, the diff of this file is not supported yet