Socket
Socket
Sign inDemoInstall

siu-js-app-launcher

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

8

app_launcher.js

@@ -195,3 +195,3 @@ // Class appLauncher

.each(function( index, element ) {
if (element.url != undefined && element.icono_url != undefined && element.etiqueta != undefined && element.descripcion != undefined) {
if (element.url != undefined && element.icono_url != undefined && element.etiqueta != undefined) {
var set_contenedor,

@@ -203,3 +203,3 @@ link_app = $("<a/>", {

id: 'aplicacion_' + index,
title: element.descripcion
title: element.descripcion ?? element.etiqueta
}),

@@ -209,3 +209,3 @@ icon_app = $("<img/>", {

src: element.icono_url,
alt: element.descripcion
alt: element.descripcion ?? element.etiqueta
});

@@ -260,3 +260,3 @@

.find('#apps #more')
.on('click', function() {
.on('click', function(e) {
scroll = true;

@@ -263,0 +263,0 @@ $base

{
"name": "siu-js-app-launcher",
"version": "1.0.5",
"version": "1.0.6",
"description": "Libreria JS para graficar un lanzador de aplicaciones",

@@ -5,0 +5,0 @@ "main": "app_launcher.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc