Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@emotion/utils

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emotion/utils - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

2

dist/emotion-utils.browser.cjs.js

@@ -12,3 +12,3 @@ 'use strict';

registeredStyles.push(registered[className] + ";");
} else {
} else if (className) {
rawClassName += className + " ";

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

@@ -8,3 +8,3 @@ var isBrowser = true;

registeredStyles.push(registered[className] + ";");
} else {
} else if (className) {
rawClassName += className + " ";

@@ -11,0 +11,0 @@ }

@@ -12,3 +12,3 @@ 'use strict';

registeredStyles.push(registered[className] + ";");
} else {
} else if (className) {
rawClassName += className + " ";

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

@@ -10,3 +10,3 @@ 'use strict';

registeredStyles.push(registered[className] + ";");
} else {
} else if (className) {
rawClassName += className + " ";

@@ -13,0 +13,0 @@ }

@@ -6,3 +6,3 @@ function getRegisteredStyles(registered, registeredStyles, classNames) {

registeredStyles.push(registered[className] + ";");
} else {
} else if (className) {
rawClassName += className + " ";

@@ -9,0 +9,0 @@ }

@@ -8,3 +8,3 @@ var isBrowser = typeof document !== 'undefined';

registeredStyles.push(registered[className] + ";");
} else {
} else if (className) {
rawClassName += className + " ";

@@ -11,0 +11,0 @@ }

{
"name": "@emotion/utils",
"version": "1.4.0",
"version": "1.4.1",
"description": "internal utils for emotion",

@@ -5,0 +5,0 @@ "main": "dist/emotion-utils.cjs.js",

@@ -14,3 +14,3 @@ import isBrowser from '#is-browser'

registeredStyles.push(`${registered[className]};`)
} else {
} else if (className) {
rawClassName += `${className} `

@@ -17,0 +17,0 @@ }

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