@better-scroll/scroll-bar
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -38,2 +38,3 @@ /*! | ||
var isAndroid = ua && ua.indexOf('android') > 0; | ||
/* istanbul ignore next */ | ||
var isIOSBadVersion = (function () { | ||
@@ -57,2 +58,3 @@ if (typeof ua === 'string') { | ||
var vendor = (function () { | ||
/* istanbul ignore if */ | ||
if (!inBrowser) { | ||
@@ -89,4 +91,6 @@ return false; | ||
} | ||
/* istanbul ignore next */ | ||
return false; | ||
})(); | ||
/* istanbul ignore next */ | ||
function prefixStyle(style) { | ||
@@ -93,0 +97,0 @@ if (vendor === false) { |
@@ -44,2 +44,3 @@ /*! | ||
var isAndroid = ua && ua.indexOf('android') > 0; | ||
/* istanbul ignore next */ | ||
var isIOSBadVersion = (function () { | ||
@@ -63,2 +64,3 @@ if (typeof ua === 'string') { | ||
var vendor = (function () { | ||
/* istanbul ignore if */ | ||
if (!inBrowser) { | ||
@@ -95,4 +97,6 @@ return false; | ||
} | ||
/* istanbul ignore next */ | ||
return false; | ||
})(); | ||
/* istanbul ignore next */ | ||
function prefixStyle(style) { | ||
@@ -99,0 +103,0 @@ if (vendor === false) { |
{ | ||
"name": "@better-scroll/scroll-bar", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "scrollbar is used to BetterScroll, which behaves like browser scrollbar", | ||
@@ -30,5 +30,5 @@ "author": "huangyi <ustbhuangyi@gmail.com>", | ||
"dependencies": { | ||
"@better-scroll/core": "^2.0.5" | ||
"@better-scroll/core": "^2.0.6" | ||
}, | ||
"gitHead": "8fb2cd55daa85f0df2ff8137fe699cb3bb820373" | ||
"gitHead": "00b314eada44d4c430eda138ccf27d3b91d39421" | ||
} |
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
88569
2126
Updated@better-scroll/core@^2.0.6