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

browser-detector

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browser-detector - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

5

changelog.md
# 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**

2

lib/parsed-ua.js

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

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