Comparing version 0.3.5 to 0.3.8
@@ -11,3 +11,3 @@ /* HEADER BEGIN */ | ||
var msiePattern = /MSIE ([.0-9]+);/; | ||
var tridentPattern = /Trident\/[.0-9]+; rv ([.0-9]+)/; | ||
var tridentPattern = /Trident\/[.0-9]+; rv:([.0-9]+)/; | ||
var challengeMSIE = exports.challengeMSIE = function(ua, result) { | ||
@@ -14,0 +14,0 @@ if (ua.indexOf('compatible; MSIE') < 0 && ua.indexOf('Trident/') < 0) |
@@ -35,3 +35,3 @@ var KEY_LABEL = exports.KEY_LABEL = 'label', | ||
var DATASET = {}; | ||
// GENERATED from dataset.yaml at Tue Dec 3 19:48:46 JST 2013 by tagomoris | ||
// GENERATED from dataset.yaml at Fri Feb 7 20:14:03 JST 2014 by tagomoris | ||
var obj; | ||
@@ -38,0 +38,0 @@ obj = {label:'MSIE', name:'Internet Explorer', type:'browser'}; |
{ | ||
"name": "woothee", | ||
"version": "0.3.5", | ||
"version": "0.3.8", | ||
"description": "User-Agent string parser (js implementation)", | ||
@@ -5,0 +5,0 @@ "main": "./release/woothee", |
@@ -5,3 +5,3 @@ (function (){ | ||
// GENERATED from dataset.yaml at Tue Dec 3 19:48:46 JST 2013 by tagomoris | ||
// GENERATED from dataset.yaml at Fri Feb 7 20:14:03 JST 2014 by tagomoris | ||
var dataset = {}; | ||
@@ -39,3 +39,3 @@ (function(){ | ||
var DATASET = {}; | ||
// GENERATED from dataset.yaml at Tue Dec 3 19:48:46 JST 2013 by tagomoris | ||
// GENERATED from dataset.yaml at Fri Feb 7 20:14:03 JST 2014 by tagomoris | ||
var obj; | ||
@@ -388,3 +388,3 @@ obj = {label:'MSIE', name:'Internet Explorer', type:'browser'}; | ||
var msiePattern = /MSIE ([.0-9]+);/; | ||
var tridentPattern = /Trident\/[.0-9]+; rv ([.0-9]+)/; | ||
var tridentPattern = /Trident\/[.0-9]+; rv:([.0-9]+)/; | ||
var challengeMSIE = exports.challengeMSIE = function(ua, result) { | ||
@@ -391,0 +391,0 @@ if (ua.indexOf('compatible; MSIE') < 0 && ua.indexOf('Trident/') < 0) |
@@ -21,3 +21,3 @@ # Project Woothee | ||
* v0.3.5 (Latest of v0.3.x) | ||
* v0.3.8 (Latest of v0.3.x) | ||
@@ -24,0 +24,0 @@ ## Implementations |
Sorry, the diff of this file is not supported yet
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