Socket
Socket
Sign inDemoInstall

jest-emotion

Package Overview
Dependencies
Maintainers
3
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-emotion - npm Package Compare versions

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

7

CHANGELOG.md
# jest-emotion
## 11.0.0-next.7
### Patch Changes
- Updated dependencies [[`5c55fd17`](https://github.com/emotion-js/emotion/commit/5c55fd17dcaec84d1f5d5d13ae90dd336d7e4403)]:
- @emotion/core@11.0.0-next.7
## 11.0.0-next.4

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

4

package.json
{
"name": "jest-emotion",
"version": "11.0.0-next.4",
"version": "11.0.0-next.7",
"description": "Jest utilities for emotion",

@@ -24,3 +24,3 @@ "main": "dist/jest-emotion.cjs.js",

"devDependencies": {
"@emotion/core": "^11.0.0-next.4",
"@emotion/core": "^11.0.0-next.7",
"dtslint": "^0.3.0",

@@ -27,0 +27,0 @@ "emotion": "^11.0.0-next.0",

@@ -19,3 +19,5 @@ # jest-emotion

// ... other config
snapshotSerializers: ['jest-emotion']
snapshotSerializers: [
'jest-emotion' /* if needed other snapshotSerializers should go here */
]
}

@@ -22,0 +24,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