Socket
Socket
Sign inDemoInstall

@chakra-ui/breakpoint-utils

Package Overview
Dependencies
Maintainers
3
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/breakpoint-utils - npm Package Compare versions

Comparing version 0.0.0-dev-20230112154520 to 0.0.0-dev-20230207153012

dist/chunk-FWBNTPAC.mjs

9

dist/breakpoint.d.ts

@@ -18,2 +18,11 @@ declare function px(value: number | string | null): string | null;

}[];
get(key: string): {
_minW: string;
breakpoint: string;
minW: any;
maxW: any;
maxWQuery: string;
minWQuery: string;
minMaxQuery: string;
} | undefined;
media: (string | null)[];

@@ -20,0 +29,0 @@ /**

3

dist/breakpoint.js

@@ -102,2 +102,5 @@ "use strict";

details: queries,
get(key) {
return queries.find((q) => q.breakpoint === key);
},
media: [

@@ -104,0 +107,0 @@ null,

@@ -161,2 +161,5 @@ "use strict";

details: queries,
get(key) {
return queries.find((q) => q.breakpoint === key);
},
media: [

@@ -163,0 +166,0 @@ null,

4

package.json
{
"name": "@chakra-ui/breakpoint-utils",
"version": "0.0.0-dev-20230112154520",
"version": "0.0.0-dev-20230207153012",
"description": "",

@@ -42,3 +42,3 @@ "keywords": [

"dependencies": {
"@chakra-ui/shared-utils": "0.0.0-dev-20230112154520"
"@chakra-ui/shared-utils": "2.0.5"
},

@@ -45,0 +45,0 @@ "module": "dist/index.mjs",

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