Socket
Socket
Sign inDemoInstall

create-emotion

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-emotion - npm Package Compare versions

Comparing version 11.0.0-next.0 to 11.0.0-next.1

7

CHANGELOG.md
# create-emotion
## 11.0.0-next.1
### Patch Changes
- Updated dependencies [[`1eaa3a38`](https://github.com/emotion-js/emotion/commit/1eaa3a389876d4a623ce66735dc6db093cb2a8e6)]:
- @emotion/serialize@1.0.0-next.0
## 11.0.0-next.0

@@ -4,0 +11,0 @@

4

package.json
{
"name": "create-emotion",
"version": "11.0.0-next.0",
"version": "11.0.0-next.1",
"description": "The Next Generation of CSS-in-JS.",

@@ -18,3 +18,3 @@ "main": "dist/create-emotion.cjs.js",

"@emotion/cache": "^11.0.0-next.0",
"@emotion/serialize": "^0.11.8",
"@emotion/serialize": "^1.0.0-next.0",
"@emotion/sheet": "0.9.3",

@@ -21,0 +21,0 @@ "@emotion/utils": "0.11.2"

@@ -7,3 +7,3 @@ import createEmotion from 'create-emotion'

const emotion1 = createEmotion({
container: document.head !== null ? document.head : undefined,
container: document.head,
nonce: 'fasefw'

@@ -10,0 +10,0 @@ })

@@ -18,4 +18,5 @@ {

"check-preblock"
]
],
"no-null-undefined-union": false
}
}
}
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