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

@emotion/serialize

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emotion/serialize - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

2

dist/serialize.browser.cjs.js

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

if (process.env.NODE_ENV !== 'production' && couldBeSelectorInterpolation && shouldWarnAboutInterpolatingClassNameFromCss && cached !== undefined) {
console.error('Interpolating a className from css`` is not recommended and will cause problems with composition.\n' + 'Interpolating a className from css`` will be completely unsupported in the next major version of Emotion');
console.error('Interpolating a className from css`` is not recommended and will cause problems with composition.\n' + 'Interpolating a className from css`` will be completely unsupported in a future major version of Emotion');
shouldWarnAboutInterpolatingClassNameFromCss = false;

@@ -146,0 +146,0 @@ }

@@ -137,3 +137,3 @@ import hashString from '@emotion/hash';

if (process.env.NODE_ENV !== 'production' && couldBeSelectorInterpolation && shouldWarnAboutInterpolatingClassNameFromCss && cached !== undefined) {
console.error('Interpolating a className from css`` is not recommended and will cause problems with composition.\n' + 'Interpolating a className from css`` will be completely unsupported in the next major version of Emotion');
console.error('Interpolating a className from css`` is not recommended and will cause problems with composition.\n' + 'Interpolating a className from css`` will be completely unsupported in a future major version of Emotion');
shouldWarnAboutInterpolatingClassNameFromCss = false;

@@ -140,0 +140,0 @@ }

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

if (process.env.NODE_ENV !== 'production' && couldBeSelectorInterpolation && shouldWarnAboutInterpolatingClassNameFromCss && cached !== undefined) {
console.error('Interpolating a className from css`` is not recommended and will cause problems with composition.\n' + 'Interpolating a className from css`` will be completely unsupported in the next major version of Emotion');
console.error('Interpolating a className from css`` is not recommended and will cause problems with composition.\n' + 'Interpolating a className from css`` will be completely unsupported in a future major version of Emotion');
shouldWarnAboutInterpolatingClassNameFromCss = false;

@@ -146,0 +146,0 @@ }

@@ -137,3 +137,3 @@ import hashString from '@emotion/hash';

if (process.env.NODE_ENV !== 'production' && couldBeSelectorInterpolation && shouldWarnAboutInterpolatingClassNameFromCss && cached !== undefined) {
console.error('Interpolating a className from css`` is not recommended and will cause problems with composition.\n' + 'Interpolating a className from css`` will be completely unsupported in the next major version of Emotion');
console.error('Interpolating a className from css`` is not recommended and will cause problems with composition.\n' + 'Interpolating a className from css`` will be completely unsupported in a future major version of Emotion');
shouldWarnAboutInterpolatingClassNameFromCss = false;

@@ -140,0 +140,0 @@ }

{
"name": "@emotion/serialize",
"version": "0.10.1",
"version": "0.10.2",
"description": "serialization utils for emotion",

@@ -20,3 +20,3 @@ "main": "dist/serialize.cjs.js",

"@emotion/unitless": "^0.7.0",
"@emotion/utils": "^0.10.0",
"@emotion/utils": "^0.10.1",
"csstype": "^2.5.7"

@@ -23,0 +23,0 @@ },

@@ -191,3 +191,3 @@ // @flow

'Interpolating a className from css`` is not recommended and will cause problems with composition.\n' +
'Interpolating a className from css`` will be completely unsupported in the next major version of Emotion'
'Interpolating a className from css`` will be completely unsupported in a future major version of Emotion'
)

@@ -194,0 +194,0 @@ shouldWarnAboutInterpolatingClassNameFromCss = false

Sorry, the diff of this file is not supported yet

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