Socket
Socket
Sign inDemoInstall

@bedrock-ui/breakpoints

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bedrock-ui/breakpoints - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

3

lib/cjs/utils/responsiveValues/responsiveValues.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function responsiveValues(matches, responsiveValues) {
if (typeof window === 'undefined') {
return undefined;
}
const key = Object.keys(matches).find((match) => matches[match]);

@@ -5,0 +8,0 @@ if (!key) {

function responsiveValues(matches, responsiveValues) {
if (typeof window === 'undefined') {
return undefined;
}
const key = Object.keys(matches).find((match) => matches[match]);

@@ -3,0 +6,0 @@ if (!key) {

2

package.json
{
"name": "@bedrock-ui/breakpoints",
"version": "0.3.0",
"version": "0.3.1",
"description": "Bedrock UI Breakpoints",

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

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