Socket
Socket
Sign inDemoInstall

@emotion/serialize

Package Overview
Dependencies
Maintainers
3
Versions
66
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.11.12 to 0.11.13

6

CHANGELOG.md
# @emotion/serialize
## 0.11.13
### Patch Changes
- [`3b7e2f2e`](https://github.com/emotion-js/emotion/commit/3b7e2f2e27499b7263341bb83cfc20c8fc51d237) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fix flow errors
## 0.11.12

@@ -4,0 +10,0 @@

1

dist/serialize.browser.cjs.js

@@ -302,2 +302,3 @@ 'use strict';

if (process.env.NODE_ENV !== 'production') {
// $FlowFixMe SerializedStyles type doesn't have toString property (and we don't want to add it)
return {

@@ -304,0 +305,0 @@ name: name,

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

if (process.env.NODE_ENV !== 'production') {
// $FlowFixMe SerializedStyles type doesn't have toString property (and we don't want to add it)
return {

@@ -298,0 +299,0 @@ name: name,

@@ -302,2 +302,3 @@ 'use strict';

if (process.env.NODE_ENV !== 'production') {
// $FlowFixMe SerializedStyles type doesn't have toString property (and we don't want to add it)
return {

@@ -304,0 +305,0 @@ name: name,

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

if (process.env.NODE_ENV !== 'production') {
// $FlowFixMe SerializedStyles type doesn't have toString property (and we don't want to add it)
return {

@@ -298,0 +299,0 @@ name: name,

2

package.json
{
"name": "@emotion/serialize",
"version": "0.11.12",
"version": "0.11.13",
"description": "serialization utils for emotion",

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

@@ -401,2 +401,3 @@ // @flow

if (process.env.NODE_ENV !== 'production') {
// $FlowFixMe SerializedStyles type doesn't have toString property (and we don't want to add it)
return {

@@ -403,0 +404,0 @@ name,

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