Socket
Socket
Sign inDemoInstall

@emotion/css

Package Overview
Dependencies
Maintainers
3
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emotion/css - npm Package Compare versions

Comparing version 10.0.14 to 10.0.22

macro.js.flow

14

CHANGELOG.md
# @emotion/css
## 10.0.22
### Patch Changes
- [`11bea3a8`](https://github.com/emotion-js/emotion/commit/11bea3a89f38f9052c692c3df050ad802b6b954c) [#1562](https://github.com/emotion-js/emotion/pull/1562) Thanks [@FezVrasta](https://github.com/FezVrasta)! - Export Flow type definitions for @emotion/styled/macro and @emotion/css/macro
- Updated dependencies [[`4fc5657a`](https://github.com/emotion-js/emotion/commit/4fc5657ac8d0002322321cfbfc254b7196d27387), [`10211951`](https://github.com/emotion-js/emotion/commit/10211951051729b149930a8646de14bae9ae1bbc), [`57a767ea`](https://github.com/emotion-js/emotion/commit/57a767ea3dd18eefbbdc7269cc13128caad65286), [`1bb3efe3`](https://github.com/emotion-js/emotion/commit/1bb3efe399ddf0f3332187f3c751fbba9326d02c)]:
- @emotion/serialize@0.11.12
- babel-plugin-emotion@10.0.22
## 10.0.14

@@ -7,3 +17,3 @@

- [c0eb604d](https://github.com/emotion-js/emotion/commit/c0eb604d) [#1419](https://github.com/emotion-js/emotion/pulls/1419) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Update build tool
- [c0eb604d](https://github.com/emotion-js/emotion/commit/c0eb604d) [#1419](https://github.com/emotion-js/emotion/pull/1419) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Update build tool

@@ -14,2 +24,2 @@ ## 10.0.12

- [49ce3041](https://github.com/emotion-js/emotion/commit/49ce3041) [#1351](https://github.com/emotion-js/emotion/pulls/1351) Thanks [@ivandotv](https://github.com/ivandotv)! - Create module definition file for css macro
- [49ce3041](https://github.com/emotion-js/emotion/commit/49ce3041) [#1351](https://github.com/emotion-js/emotion/pull/1351) Thanks [@ivandotv](https://github.com/ivandotv)! - Create module definition file for css macro

11

package.json
{
"name": "@emotion/css",
"version": "10.0.14",
"version": "10.0.22",
"description": "a function to serialize css and object styless",

@@ -14,5 +14,5 @@ "main": "dist/css.cjs.js",

"dependencies": {
"@emotion/serialize": "^0.11.8",
"@emotion/serialize": "^0.11.12",
"@emotion/utils": "0.11.2",
"babel-plugin-emotion": "^10.0.14"
"babel-plugin-emotion": "^10.0.22"
},

@@ -30,3 +30,4 @@ "devDependencies": {

"macro.js",
"macro.d.ts"
"macro.d.ts",
"macro.js.flow"
],

@@ -37,2 +38,2 @@ "browser": {

}
}
}
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