Socket
Socket
Sign inDemoInstall

jest-enzyme

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-enzyme - npm Package Compare versions

Comparing version 6.0.4 to 6.0.5

LICENSE

8

lib/index.d.ts
/// <reference types="react" />
declare namespace jest {
interface ToMatchElementOptions {
ignoreProps?: boolean;
}
interface Matchers<R> {

@@ -20,5 +23,8 @@ toBeChecked(): void;

toIncludeText(text: string): void;
toMatchElement(element: React.ReactElement<any>): void;
toMatchElement(
element: React.ReactElement<any>,
options?: ToMatchElementOptions,
): void;
toMatchSelector(selector: string): void;
}
}

9

package.json
{
"name": "jest-enzyme",
"version": "6.0.4",
"version": "6.0.5",
"description": "Testing Matchers for Enzyme",

@@ -52,5 +52,5 @@ "main": "lib/index.js",

"dependencies": {
"enzyme-matchers": "^6.0.4",
"enzyme-matchers": "^6.0.5",
"enzyme-to-json": "^3.3.0",
"jest-environment-enzyme": "^6.0.4"
"jest-environment-enzyme": "^6.0.5"
},

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

"verbose": true
}
},
"gitHead": "43c0f194e1df34e7cc32fbb52df21679cc523079"
}
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