detect-browser
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -12,3 +12,4 @@ var browsers = [ | ||
[ 'ios', /iPhone\;\sCPU\siPhone\sOS\s([0-9\._]+)/ ], | ||
[ 'safari', /Safari\/([0-9\._]+)/ ] | ||
[ 'safari', /Safari\/([0-9\._]+)/ ], | ||
[ 'edge', /Edge\/([0-9\._]+)/ ] | ||
]; | ||
@@ -15,0 +16,0 @@ |
{ | ||
"name": "detect-browser", | ||
"version": "1.2.0", | ||
"version": "1.3.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
5148
75