@divvit/user-agent-device-mapper
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -128,3 +128,3 @@ var tabletUserAgents = { | ||
// check for tablet first | ||
bTabletFound = false; | ||
var bTabletFound = false; | ||
tabletRegex.forEach(function(pattern) { | ||
@@ -131,0 +131,0 @@ if (!bTabletFound && pattern.test(userAgent)) |
{ | ||
"name": "@divvit/user-agent-device-mapper", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Map user agents to desktop, mobile or tablet.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -30,2 +30,2 @@ User Agent Device Mapper | ||
* 1.0.0 Migrated to divvit organization | ||
* 1.0.1 Fixed global variable leak |
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
22793