Socket
Socket
Sign inDemoInstall

@emotion/styled-base

Package Overview
Dependencies
Maintainers
3
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.0.30 to 10.0.31

6

CHANGELOG.md
# @emotion/styled-base
## 10.0.31
### Patch Changes
- [`ef7794f`](https://github.com/emotion-js/emotion/commit/ef7794f50a1ef9790ea6ebe530b6fd8e0b7b0942) [#1788](https://github.com/emotion-js/emotion/pull/1788) Thanks [@aaronjensen](https://github.com/aaronjensen)! - Fixed issue with TypeScript 3.8 where `theme` was inferred to be required for a styled component.
## 10.0.30

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

2

package.json
{
"name": "@emotion/styled-base",
"version": "10.0.30",
"version": "10.0.31",
"description": "base styled API for emotion",

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

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

export interface StyledComponent<InnerProps, StyleProps, Theme extends object>
extends React.SFC<InnerProps & StyleProps & { theme?: Theme }>,
extends React.SFC<InnerProps & Omit<StyleProps, 'theme'> & { theme?: Theme }>,
ComponentSelector {

@@ -45,0 +45,0 @@ /**

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc