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

browser-info

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browser-info - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -50,3 +50,3 @@ /* globals navigator*/

name: 'IE',
version: tem[1].split('.')[0],
version: tem[1] && tem[1].split('.')[0],
fullVersion: tem[1],

@@ -53,0 +53,0 @@ os: os

{
"name": "browser-info",
"version": "1.0.0",
"version": "1.0.1",
"description": "Get browser info",

@@ -5,0 +5,0 @@ "author": "Steve Lacy <me@slacy.me> (http://slacy.me)",

@@ -32,3 +32,3 @@ #browser-info

browserInfo();
// => {name: 'Chrome', version: '42', os: 'Linux'}
// => {name: 'Chrome', version: '42', fullVersion: '42.1246.0.12', os: 'Linux'}

@@ -35,0 +35,0 @@

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