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

@heroui/use-is-mobile

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

@heroui/use-is-mobile - npm Package Compare versions

Comparing version

to
0.0.0-canary-20250130124029

dist/index.d.mts

6

dist/index.js

@@ -21,7 +21,7 @@ "use strict";

// src/index.ts
var src_exports = {};
__export(src_exports, {
var index_exports = {};
__export(index_exports, {
useIsMobile: () => useIsMobile
});
module.exports = __toCommonJS(src_exports);
module.exports = __toCommonJS(index_exports);
var import_ssr = require("@react-aria/ssr");

@@ -28,0 +28,0 @@ var MOBILE_SCREEN_WIDTH = 700;

{
"name": "@heroui/use-is-mobile",
"version": "0.0.0-canary-20250118202214",
"version": "0.0.0-canary-20250130124029",
"description": "A hook that returns whether the device is mobile or not",

@@ -5,0 +5,0 @@ "keywords": [

@@ -18,3 +18,3 @@ # @heroui/use-is-mobile

Yes please! See the
[contributing guidelines](https://github.com/frontio-ai/heroui/blob/master/CONTRIBUTING.md)
[contributing guidelines](https://github.com/heroui-inc/heroui/blob/master/CONTRIBUTING.md)
for details.

@@ -25,2 +25,2 @@

This project is licensed under the terms of the
[MIT license](https://github.com/frontio-ai/heroui/blob/master/LICENSE).
[MIT license](https://github.com/heroui-inc/heroui/blob/master/LICENSE).

Sorry, the diff of this file is not supported yet