Socket
Socket
Sign inDemoInstall

@griffel/react

Package Overview
Dependencies
Maintainers
6
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@griffel/react - npm Package Compare versions

Comparing version 1.5.6 to 1.5.7

4

package.json
{
"name": "@griffel/react",
"version": "1.5.6",
"version": "1.5.7",
"description": "React implementation of Atomic CSS-in-JS",

@@ -12,3 +12,3 @@ "license": "MIT",

"dependencies": {
"@griffel/core": "^1.10.1",
"@griffel/core": "^1.11.0",
"tslib": "^2.1.0"

@@ -15,0 +15,0 @@ },

@@ -88,2 +88,4 @@ # Griffel for React.js

'@media screen and (max-width: 992px)': { color: 'orange' },
'@container (max-width: 992px)': { color: 'orange' },
'@container foo (max-width: 992px)': { color: 'orange' },
'@supports (display: grid)': { color: 'red' },

@@ -90,0 +92,0 @@ '@layer utility': { marginBottom: '1em' },

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