browser-info
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -50,3 +50,3 @@ /* globals navigator*/ | ||
name: 'IE', | ||
version: tem[1].split('.')[0], | ||
version: tem[1] && tem[1].split('.')[0], | ||
fullVersion: tem[1], | ||
@@ -53,0 +53,0 @@ os: os |
{ | ||
"name": "browser-info", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Get browser info", | ||
@@ -5,0 +5,0 @@ "author": "Steve Lacy <me@slacy.me> (http://slacy.me)", |
@@ -32,3 +32,3 @@ #browser-info | ||
browserInfo(); | ||
// => {name: 'Chrome', version: '42', os: 'Linux'} | ||
// => {name: 'Chrome', version: '42', fullVersion: '42.1246.0.12', os: 'Linux'} | ||
@@ -35,0 +35,0 @@ |
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
7883