Socket
Socket
Sign inDemoInstall

@emotion/styled

Package Overview
Dependencies
Maintainers
3
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emotion/styled - npm Package Compare versions

Comparing version 11.0.0-next.10 to 11.0.0-next.11

10

CHANGELOG.md
# @emotion/styled
## 11.0.0-next.11
### Patch Changes
- [`b79781f8`](https://github.com/emotion-js/emotion/commit/b79781f81ccf100e83f533e2edb641816f85e5e1) [#1600](https://github.com/emotion-js/emotion/pull/1600) Thanks [@fabien0102](https://github.com/fabien0102)! - Fix `props.theme` type in styled component interpolation being optional (`Theme | undefined`) for components without `AdditionalProps` being specified.
- Updated dependencies [[`f08ef5a3`](https://github.com/emotion-js/emotion/commit/f08ef5a316c1d05bff8e7f3690781e1089a263c6)]:
- @emotion/serialize@0.11.15-next.4
- @emotion/babel-plugin@11.0.0-next.11
- @emotion/react@11.0.0-next.11
## 11.0.0-next.10

@@ -4,0 +14,0 @@

10

package.json
{
"name": "@emotion/styled",
"version": "11.0.0-next.10",
"version": "11.0.0-next.11",
"description": "styled API for emotion",

@@ -15,5 +15,5 @@ "main": "dist/styled.cjs.js",

"@babel/runtime": "^7.7.2",
"@emotion/babel-plugin": "^11.0.0-next.10",
"@emotion/babel-plugin": "^11.0.0-next.11",
"@emotion/is-prop-valid": "0.9.0-next.1",
"@emotion/serialize": "^0.12.0-next.3",
"@emotion/serialize": "^0.11.15-next.4",
"@emotion/utils": "0.11.2"

@@ -23,3 +23,3 @@ },

"@babel/core": "^7.0.0",
"@emotion/react": "^11.0.0-next.10",
"@emotion/react": "^11.0.0-next.11",
"react": ">=16.8.0"

@@ -34,3 +34,3 @@ },

"@babel/core": "^7.7.2",
"@emotion/react": "^11.0.0-next.10",
"@emotion/react": "^11.0.0-next.11",
"dtslint": "^0.3.0",

@@ -37,0 +37,0 @@ "react": "^16.11.0"

@@ -71,3 +71,5 @@ // Definitions by: Junyoung Clare Jang <https://github.com/Ailrun>

template: TemplateStringsArray,
...styles: Array<Interpolation<ComponentProps & SpecificComponentProps>>
...styles: Array<
Interpolation<ComponentProps & SpecificComponentProps & { theme: Theme }>
>
): StyledComponent<ComponentProps, SpecificComponentProps>

@@ -74,0 +76,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