Socket
Socket
Sign inDemoInstall

babel-plugin-emotion

Package Overview
Dependencies
Maintainers
3
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-emotion - npm Package Compare versions

Comparing version 10.0.23 to 10.0.27

LICENSE

10

CHANGELOG.md
# babel-plugin-emotion
## 10.0.27
### Patch Changes
- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file
- Updated dependencies [[`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968)]:
- @emotion/hash@0.7.4
- @emotion/memoize@0.7.4
- @emotion/serialize@0.11.15
## 10.0.23

@@ -4,0 +14,0 @@

8

package.json
{
"name": "babel-plugin-emotion",
"version": "10.0.23",
"version": "10.0.27",
"description": "A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.",

@@ -14,5 +14,5 @@ "main": "dist/babel-plugin-emotion.cjs.js",

"@babel/helper-module-imports": "^7.0.0",
"@emotion/hash": "0.7.3",
"@emotion/memoize": "0.7.3",
"@emotion/serialize": "^0.11.14",
"@emotion/hash": "0.7.4",
"@emotion/memoize": "0.7.4",
"@emotion/serialize": "^0.11.15",
"babel-plugin-macros": "^2.0.0",

@@ -19,0 +19,0 @@ "babel-plugin-syntax-jsx": "^6.18.0",

@@ -239,3 +239,3 @@ # babel-plugin-emotion

// autoLabel: true
// labelFormat: [filename]--[local]
// labelFormat: '[filename]--[local]'
const brownStyles = css({ color: 'brown' })

@@ -242,0 +242,0 @@ ```

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