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 10.0.27 to 10.0.32

6

CHANGELOG.md
# jest-emotion
## 10.0.32
### Patch Changes
- [`5af2755`](https://github.com/emotion-js/emotion/commit/5af27554d3aec20691a4675e57433bb01cd535a4) [#1808](https://github.com/emotion-js/emotion/pull/1808) Thanks [@Andarist](https://github.com/Andarist)! - Fixed compatibility with latest `jest` TS types.
## 10.0.27

@@ -4,0 +10,0 @@

2

package.json
{
"name": "jest-emotion",
"version": "10.0.27",
"version": "10.0.32",
"description": "Jest utilities for emotion",

@@ -5,0 +5,0 @@ "main": "dist/jest-emotion.cjs.js",

@@ -26,3 +26,6 @@ // Definitions by: Junyoung Clare Jang <https://github.com/Ailrun>

): jest.SnapshotSerializerPlugin
export const print: jest.SnapshotSerializerPlugin['print']
export const print: Extract<
jest.SnapshotSerializerPlugin,
{ print: any }
>['print']
export const test: jest.SnapshotSerializerPlugin['test']

@@ -29,0 +32,0 @@ declare const serializer: jest.SnapshotSerializerPlugin

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