detect-browser
Advanced tools
Comparing version 2.3.0 to 2.4.0
@@ -69,2 +69,3 @@ function detect() { | ||
[ 'kakaotalk', /KAKAOTALK\s([0-9\.]+)/ ], | ||
[ 'samsung', /SamsungBrowser\/([0-9\.]+)/ ], | ||
[ 'chrome', /(?!Chrom.*OPR)Chrom(?:e|ium)\/([0-9\.]+)(:?\s|$)/ ], | ||
@@ -71,0 +72,0 @@ [ 'phantomjs', /PhantomJS\/([0-9\.]+)(:?\s|$)/ ], |
{ | ||
"name": "detect-browser", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"description": "Unpack a browser type and version from the useragent string", | ||
@@ -5,0 +5,0 @@ "main": "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
10362
118