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

react-device-detect

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-device-detect - npm Package Compare versions

Comparing version 1.6.3 to 1.6.4

4

dist/index.js

@@ -201,6 +201,6 @@ module.exports =

var getBrowserFullVersion = function getBrowserFullVersion() {
return _getUaData.browser.major;
return _getUaData.browser.version;
};
var getBrowserVersion = function getBrowserVersion() {
return _getUaData.browser.version;
return _getUaData.browser.major;
};

@@ -207,0 +207,0 @@ var getOsVersion = function getOsVersion() {

{
"name": "react-device-detect",
"version": "1.6.3",
"version": "1.6.4",
"description": "Detect device type and render your component according to it",

@@ -5,0 +5,0 @@ "main": "dist/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