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

vigour-ua

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vigour-ua - npm Package Compare versions

Comparing version 2.0.1 to 2.0.3

test/common/browsers.js

3

index.js

@@ -58,3 +58,4 @@ /**

[ _facebook, _facebook ],
[ 'chrome|crios\/', _webkit, 'chrome' ]
[ 'chrome|crios\/', _webkit, 'chrome' ],
[ 'edge', _webkit, 'edge' ]
)

@@ -61,0 +62,0 @@

{
"name": "vigour-ua",
"version": "2.0.1",
"version": "2.0.3",
"description": "lightweight ua parser",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -76,1 +76,5 @@ exports.samsungSmartTv = [

exports.rikstv = ['Ekioh/2.2.8.2 (Linux; Oct 31 2013; r12704) RiksTV/Strongv1']
exports.edge = [
'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10136'
]
'use strict'
require('./common/browsers')
require('./common/devices')
require('./common/methods')
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