Socket
Socket
Sign inDemoInstall

@emotion/core

Package Overview
Dependencies
60
Maintainers
4
Versions
85
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.3.0 to 10.3.1

6

CHANGELOG.md
# @emotion/core
## 10.3.1
### Patch Changes
- [#2576](https://github.com/emotion-js/emotion/pull/2576) [`33c01578`](https://github.com/emotion-js/emotion/commit/33c015780edc4f812d36ac7f0d228cd339873736) Thanks [@Methuselah96](https://github.com/Methuselah96)! - Export `Keyframes` type to avoid TypeScript inserting `import("@emotion/serialize").Keyframes` references into declaration files emitted based on a source files exporting `keyframes` result. This avoids issues with strict package managers that don't allow accessing undeclared dependencies.
## 10.3.0

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

2

package.json
{
"name": "@emotion/core",
"version": "10.3.0",
"version": "10.3.1",
"main": "dist/core.cjs.js",

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

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

export { EmotionCache, Interpolation, SerializedStyles, css }
export { EmotionCache, Interpolation, Keyframes, SerializedStyles, css }

@@ -30,0 +30,0 @@ export const ThemeContext: Context<object>

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