browser-detector
Advanced tools
Comparing version 0.1.1 to 0.1.2
# browser-detector - Changelog | ||
## v0.1.2 | ||
- **Bug Fixes** | ||
- wrong path to the user-agent - [ff88adf]( https://github.com/royriojas/browser-detector/commit/ff88adf ), [Roy Riojas](https://github.com/Roy Riojas), 24/08/2015 02:36:42 | ||
## v0.1.1 | ||
@@ -4,0 +9,0 @@ - **Documentation** |
@@ -1,4 +0,4 @@ | ||
var userAgent = require( './lib/user-agent' ); | ||
var userAgent = require( './user-agent' ); | ||
var parser = require( 'ua-parser-js' ); | ||
module.exports = parser( userAgent ); |
{ | ||
"name": "browser-detector", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A wrapper over `ua-parser-js` that will also add the detected classes to the html element", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
10300