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.3 to 1.5.4

4

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

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

"dependencies": {
"@griffel/core": "^1.9.1",
"@griffel/core": "^1.9.2",
"tslib": "^2.1.0"

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

@@ -57,5 +57,5 @@ 'use strict';

}
return /*#__PURE__*/React__namespace.createElement('style', Object.assign(Object.assign({
return /*#__PURE__*/React__namespace.createElement('style', Object.assign({
key: stylesheet.bucketName
}, stylesheet.elementAttributes), {
}, stylesheet.elementAttributes, {
'data-make-styles-rehydration': 'true',

@@ -62,0 +62,0 @@ dangerouslySetInnerHTML: {

@@ -33,5 +33,5 @@ import { styleBucketOrdering } from '@griffel/core';

}
return /*#__PURE__*/React.createElement('style', Object.assign(Object.assign({
return /*#__PURE__*/React.createElement('style', Object.assign({
key: stylesheet.bucketName
}, stylesheet.elementAttributes), {
}, stylesheet.elementAttributes, {
'data-make-styles-rehydration': 'true',

@@ -38,0 +38,0 @@ dangerouslySetInnerHTML: {

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