New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mobile-device-detect

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobile-device-detect - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

9

index.d.ts

@@ -1,15 +0,8 @@

declare module 'react-device-detect' {
import * as React from 'react';
declare module 'mobile-device-detect' {
export const isBrowser: boolean;
export const isMobile: boolean;
export const isTablet: boolean;
export const isSmartTV: boolean;
export const isConsole: boolean;
export const isWearable: boolean;
}

2

package.json
{
"name": "mobile-device-detect",
"version": "0.2.0",
"version": "0.2.1",
"description": "Helpers for handling mobile devices",

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