react-device-detect
Advanced tools
Comparing version 1.6.3 to 1.6.4
@@ -201,6 +201,6 @@ module.exports = | ||
var getBrowserFullVersion = function getBrowserFullVersion() { | ||
return _getUaData.browser.major; | ||
return _getUaData.browser.version; | ||
}; | ||
var getBrowserVersion = function getBrowserVersion() { | ||
return _getUaData.browser.version; | ||
return _getUaData.browser.major; | ||
}; | ||
@@ -207,0 +207,0 @@ var getOsVersion = function getOsVersion() { |
{ | ||
"name": "react-device-detect", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"description": "Detect device type and render your component according to it", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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