Socket
Socket
Sign inDemoInstall

@alfalab/core-components-mq

Package Overview
Dependencies
Maintainers
14
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alfalab/core-components-mq - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

2

cssm/useMatchMedia.d.ts

@@ -6,3 +6,3 @@ /**

*/
declare const useMatchMedia: (query: string, defaultValue?: boolean) => boolean[];
declare const useMatchMedia: (query: string, defaultValue?: boolean | (() => boolean)) => boolean[];
export { useMatchMedia };

@@ -6,3 +6,3 @@ /**

*/
declare const useMatchMedia: (query: string, defaultValue?: boolean) => boolean[];
declare const useMatchMedia: (query: string, defaultValue?: boolean | (() => boolean)) => boolean[];
export { useMatchMedia };

@@ -6,3 +6,3 @@ /**

*/
declare const useMatchMedia: (query: string, defaultValue?: boolean) => boolean[];
declare const useMatchMedia: (query: string, defaultValue?: boolean | (() => boolean)) => boolean[];
export { useMatchMedia };
{
"name": "@alfalab/core-components-mq",
"version": "4.1.1",
"version": "4.1.2",
"description": "",

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

@@ -6,3 +6,3 @@ /**

*/
declare const useMatchMedia: (query: string, defaultValue?: boolean) => boolean[];
declare const useMatchMedia: (query: string, defaultValue?: boolean | (() => boolean)) => boolean[];
export { useMatchMedia };
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