Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

woothee

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

woothee - npm Package Compare versions

Comparing version 0.3.5 to 0.3.8

2

lib/browser.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc