bootstrap-italia
Advanced tools
Comparing version 0.3.2 to 0.4.0
{ | ||
"name": "bootstrap-italia", | ||
"version": "0.3.2", | ||
"version": "0.4.0", | ||
"keywords": [ | ||
@@ -56,2 +56,3 @@ "css", | ||
"gulp-uglify": "^1.2.0", | ||
"gulp-util": "^3.0.8", | ||
"gulp-wrapper": "^1.0.0" | ||
@@ -63,2 +64,3 @@ }, | ||
"jquery": "^3.2.1", | ||
"password-strength-meter": "^1.2.1", | ||
"pickadate": "^3.5.6", | ||
@@ -65,0 +67,0 @@ "popper.js": "^1.12.9" |
@@ -1,3 +0,3 @@ | ||
// Inizializzazione effetto active sulle label quando i loro input valorizzati | ||
$(function () { | ||
// Inizializzazione effetto active sulle label quando i loro input valorizzati | ||
$('body').on('click', '.form-group input + label, .form-group textarea + label', function () { | ||
@@ -25,7 +25,2 @@ $(this).closest('.form-group').addClass('active'); | ||
$(this).siblings('.form-file-name').text(multi + nomiFiles); | ||
}).on('click', '.btn-eye', function () { | ||
$(this).toggleClass('eye-off'); | ||
var input = $('#' + $(this).attr('toggle')); | ||
input.focus(); | ||
input.attr('type', (input.attr('type') === 'password') ? 'text' : 'password'); | ||
}); | ||
@@ -35,8 +30,3 @@ | ||
// Gestione visibilità password | ||
$('input:password').each(function (e) { | ||
$(this).siblings('label').after('<span class="btn-eye eye-on" toggle="' + $(this).attr("id") + '"></span>'); | ||
}); | ||
$('.autocomplete').autocomplete(); | ||
}); | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4102764
72
32416
6
21
16
+ Addedpassword-strength-meter@1.2.2(transitive)