
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Parses user agent strings and boils it all down to a few simple classifications.
Add this line to your application's Gemfile:
gem "browser_sniffer"
And then execute:
$ bundle install
Or install it yourself as:
$ git clone https://github.com/Shopify/browser_sniffer && cd browser_sniffer && bundle install && rake install
require "browser_sniffer"
client_info = BrowserSniffer.new(request.user_agent)
client_info.form_factor # => :tablet
client_info.browser # => :safari
client_info.major_browser_version # => 4
client_info.engine # => :webkit
client_info.major_engine_version # => 531
client_info.os # => :ios
client_info.os_version # => 3.2
Fork, branch & pull request.
Based off UAParser.js
Copyright (c) 2013 Shopify
Copyright (c) 2012-2013 Faisalman fyzlman@gmail.com
Dual licensed under GPLv2 & MIT
FAQs
Unknown package
We found that browser_sniffer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.