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

@yamada-ui/use-breakpoint

Package Overview
Dependencies
Maintainers
0
Versions
941
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yamada-ui/use-breakpoint - npm Package Compare versions

Comparing version 1.4.17-dev-20241214144625 to 1.4.17-dev-20241215203956

6

dist/index.js

@@ -69,4 +69,3 @@ "use client"

const [breakpoint, setBreakpoint] = (0, import_react.useState)(() => {
const isBrowser = (0, import_utils.createdDom)();
if (!isBrowser || hasContainer || !hasQueries) return "base";
if (!(0, import_utils.createdDom)() || hasContainer || !hasQueries) return "base";
for (const { breakpoint: breakpoint2, query } of queries) {

@@ -92,4 +91,3 @@ const mql = window.matchMedia(query);

if (!hasContainer || !hasQueries) return;
const isBrowser = (0, import_utils.createdDom)();
if (!isBrowser) return;
if (!(0, import_utils.createdDom)()) return;
const observer = new ResizeObserver(([entry]) => {

@@ -96,0 +94,0 @@ if (!entry) return;

{
"name": "@yamada-ui/use-breakpoint",
"version": "1.4.17-dev-20241214144625",
"version": "1.4.17-dev-20241215203956",
"description": "Yamada UI useBreakpoint custom hook",

@@ -28,4 +28,4 @@ "keywords": [

"dependencies": {
"@yamada-ui/core": "1.16.2-dev-20241214144625",
"@yamada-ui/utils": "1.6.2-dev-20241214144625"
"@yamada-ui/core": "1.16.2-dev-20241215203956",
"@yamada-ui/utils": "1.6.2-dev-20241215203956"
},

@@ -32,0 +32,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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