detect-browser
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -86,3 +86,3 @@ function detect() { | ||
[ 'instagram', /Instagram\ ([0-9\.]+)/], | ||
[ 'ios-webview', /AppleWebKit\/([0-9\.]+).*Mobile$/] | ||
[ 'ios-webview', /AppleWebKit\/([0-9\.]+).*Mobile/] | ||
]); | ||
@@ -89,0 +89,0 @@ } |
{ | ||
"name": "detect-browser", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "Unpack a browser type and version from the useragent string", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"embellish-readme": "^1.3.1", | ||
"embellish-readme": "1.3.2", | ||
"semver": "^5.0.3", | ||
@@ -35,0 +35,0 @@ "tape": "^4.2.2" |
@@ -9,3 +9,3 @@ # detect-browser | ||
[![stable](https://img.shields.io/badge/stability-stable-green.svg)](https://github.com/dominictarr/stability#stable) [![Build Status](https://api.travis-ci.org/DamonOehlman/detect-browser.svg?branch=master)](https://travis-ci.org/DamonOehlman/detect-browser) | ||
[![stable](https://img.shields.io/badge/stability-stable-green.svg)](https://github.com/dominictarr/stability#stable) [![Build Status](https://api.travis-ci.org/DamonOehlman/detect-browser.svg?branch=master)](https://travis-ci.org/DamonOehlman/detect-browser) [![Maintainability](https://api.codeclimate.com/v1/badges/84947fce3f3b06da69d0/maintainability)](https://codeclimate.com/github/DamonOehlman/detect-browser/maintainability) | ||
@@ -12,0 +12,0 @@ ## NOTE: Version 2.x release |
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
19881