You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@solid-primitives/media

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-primitives/media - npm Package Compare versions

Comparing version

to
2.1.2

8

package.json
{
"name": "@solid-primitives/media",
"version": "2.1.1",
"version": "2.1.2",
"description": "Primitives for media query and device features",

@@ -90,5 +90,5 @@ "author": "David Di Biase <dave.dibiase@gmail.com>",

"dependencies": {
"@solid-primitives/event-listener": "^2.2.6",
"@solid-primitives/rootless": "^1.2.3",
"@solid-primitives/utils": "^5.2.0"
"@solid-primitives/event-listener": "^2.2.7",
"@solid-primitives/rootless": "^1.2.5",
"@solid-primitives/utils": "^5.2.1"
},

@@ -95,0 +95,0 @@ "peerDependencies": {

@@ -75,3 +75,3 @@ <p>

lg: "1024px",
xl: "1280px"
xl: "1280px",
};

@@ -94,3 +94,3 @@

"text-base flex-row": matches.lg, // base text with flex row layout
"text-huge": matches.xl // huge text with flex row layout
"text-huge": matches.xl, // huge text with flex row layout
}}

@@ -97,0 +97,0 @@ >