bootstrap-daterangepicker
Advanced tools
Comparing version 2.1.17 to 2.1.18
{ | ||
"name": "bootstrap-daterangepicker", | ||
"version": "2.1.17", | ||
"version": "2.1.18", | ||
"description": "Date range picker component for Bootstrap", | ||
@@ -8,2 +8,3 @@ "main": "daterangepicker.js", | ||
"scripts": { | ||
"scss": "node-sass daterangepicker.scss > daterangepicker.css", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -26,5 +27,8 @@ }, | ||
"dependencies": { | ||
"jquery": "^1.10", | ||
"jquery": ">=1.10", | ||
"moment": "^2.9.0" | ||
}, | ||
"devDependencies": { | ||
"node-sass": "^3.4.2" | ||
} | ||
} |
@@ -39,2 +39,5 @@ $(document).ready(function() { | ||
if ($('#showISOWeekNumbers').is(':checked')) | ||
options.showISOWeekNumbers = true; | ||
if ($('#timePicker').is(':checked')) | ||
@@ -90,2 +93,5 @@ options.timePicker = true; | ||
if ($('#alwaysShowCalendars').is(':checked')) | ||
options.alwaysShowCalendars = true; | ||
if ($('#parentEl').val().length) | ||
@@ -92,0 +98,0 @@ options.parentEl = $('#parentEl').val(); |
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 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
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
344093
15
1
4423
+ Addedjquery@3.7.1(transitive)
- Removedjquery@1.12.4(transitive)
Updatedjquery@>=1.10