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.3 to 11.0.0-next.4

11

CHANGELOG.md
# jest-emotion
## 11.0.0-next.4
### Major Changes
- [`702f3fd2`](https://github.com/emotion-js/emotion/commit/702f3fd22aab8f3cb09dd547c07b9045ca5c3d9c) [#973](https://github.com/emotion-js/emotion/pull/973) Thanks [@spudly](https://github.com/spudly)! - Added the `T` parameter to the `Matchers` interface in the TypeScript definitions to make this module compatible with `@types/jest@^24.0.20`.
### Patch Changes
- Updated dependencies []:
- @emotion/core@11.0.0-next.4
## 11.0.0-next.3

@@ -4,0 +15,0 @@

6

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

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

"@babel/runtime": "^7.7.2",
"@types/jest": "^23.0.2",
"@types/jest": "^24.0.22",
"chalk": "^2.4.1",

@@ -25,3 +25,3 @@ "css": "^2.2.1",

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

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

// Definitions by: Junyoung Clare Jang <https://github.com/Ailrun>
// TypeScript Version: 2.4
// TypeScript Version: 2.9

@@ -33,3 +33,3 @@ /// <reference types="jest" />

namespace jest {
interface Matchers<R> {
interface Matchers<R, T> {
toHaveStyleRule(

@@ -36,0 +36,0 @@ property: string,

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