Socket
Socket
Sign inDemoInstall

@emotion/react

Package Overview
Dependencies
69
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.1.0 to 11.1.1

6

CHANGELOG.md
# @emotion/react
## 11.1.1
### Patch Changes
- [`fdd46bdf`](https://github.com/emotion-js/emotion/commit/fdd46bdf71f6a0aa9c8401ca91b38d48849cece5) [#2112](https://github.com/emotion-js/emotion/pull/2112) Thanks [@Andarist](https://github.com/Andarist)! - Fixed the latest tree-shakeability improvements by adding `"sideEffects": false` to all internal `package.json` files as well. This fixes [`hoist-non-react-statics`](https://github.com/mridgway/hoist-non-react-statics) not being dropped correctly despite of the latest improvements.
## 11.1.0

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

2

dist/emotion-react.browser.cjs.js

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

name: "@emotion/react",
version: "11.1.0",
version: "11.1.1",
main: "dist/emotion-react.cjs.js",

@@ -21,0 +21,0 @@ module: "dist/emotion-react.esm.js",

@@ -15,3 +15,3 @@ import { createElement, useContext, useRef, useLayoutEffect } from 'react';

name: "@emotion/react",
version: "11.1.0",
version: "11.1.1",
main: "dist/emotion-react.cjs.js",

@@ -18,0 +18,0 @@ module: "dist/emotion-react.esm.js",

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

name: "@emotion/react",
version: "11.1.0",
version: "11.1.1",
main: "dist/emotion-react.cjs.js",

@@ -21,0 +21,0 @@ module: "dist/emotion-react.esm.js",

@@ -18,3 +18,3 @@ "use strict";

name: "@emotion/react",
version: "11.1.0",
version: "11.1.1",
main: "dist/emotion-react.cjs.js",

@@ -21,0 +21,0 @@ module: "dist/emotion-react.esm.js",

@@ -15,3 +15,3 @@ import { createElement, useContext, useRef, useLayoutEffect, Fragment } from 'react';

name: "@emotion/react",
version: "11.1.0",
version: "11.1.1",
main: "dist/emotion-react.cjs.js",

@@ -18,0 +18,0 @@ module: "dist/emotion-react.esm.js",

@@ -9,2 +9,3 @@ {

},
"sideEffects": false,
"preconstruct": {

@@ -11,0 +12,0 @@ "umdName": "emotionHoistNonReactStatics"

@@ -10,2 +10,3 @@ {

"types": "../types/jsx-dev-runtime",
"sideEffects": false,
"preconstruct": {

@@ -12,0 +13,0 @@ "umdName": "emotionReactJSXDevRuntime"

@@ -10,2 +10,3 @@ {

"types": "../types/jsx-runtime",
"sideEffects": false,
"preconstruct": {

@@ -12,0 +13,0 @@ "umdName": "emotionReactJSXRuntime"

{
"name": "@emotion/react",
"version": "11.1.0",
"version": "11.1.1",
"main": "dist/emotion-react.cjs.js",

@@ -5,0 +5,0 @@ "module": "dist/emotion-react.esm.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc