Socket
Socket
Sign inDemoInstall

@emotion/styled

Package Overview
Dependencies
66
Maintainers
3
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.0.0-next.3 to 11.0.0-next.4

types/base.d.ts

9

CHANGELOG.md
# @emotion/styled
## 11.0.0-next.4
### Patch Changes
- [`e6e079c3`](https://github.com/emotion-js/emotion/commit/e6e079c35074f027ac0586792e4f19595ac18c55) [#1600](https://github.com/emotion-js/emotion/pull/1600) Thanks [@frankwallis](https://github.com/frankwallis)! - Fix for TypeScript error when importing `@emotion/styled/base` in combination with `isolatedModules` option.
- Updated dependencies [[`c65c5d88`](https://github.com/emotion-js/emotion/commit/c65c5d887002d76557eaefcb98091d795b13f9a9)]:
- babel-plugin-emotion@11.0.0-next.4
- @emotion/core@11.0.0-next.4
## 11.0.0-next.3

@@ -4,0 +13,0 @@

21

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

@@ -18,13 +18,20 @@ "main": "dist/styled.cjs.js",

"@emotion/utils": "0.11.2",
"babel-plugin-emotion": "^11.0.0-next.3"
"babel-plugin-emotion": "^11.0.0-next.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
"@emotion/core": "^11.0.0-next.4",
"react": ">=16.8.0"
},
"peerDependenciesMeta": {
"@babel/core": {
"optional": true
}
},
"devDependencies": {
"@emotion/core": "^11.0.0-next.3",
"@babel/core": "^7.7.2",
"@emotion/core": "^11.0.0-next.4",
"dtslint": "^0.3.0",
"react": "^16.11.0"
},
"peerDependencies": {
"@emotion/core": "^11.0.0-next.3",
"react": ">=16.8.0"
},
"publishConfig": {

@@ -31,0 +38,0 @@ "access": "public"

@@ -5,2 +5,3 @@ {

"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"jsx": "react",

@@ -7,0 +8,0 @@ "lib": [

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc