New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jest-matchers

Package Overview
Dependencies
Maintainers
3
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-matchers - npm Package Compare versions

Comparing version 20.0.0 to 20.0.1

3

build-es5/index.js

@@ -283,3 +283,4 @@ /**

};
expect.hasAssertions = function () {
expect.hasAssertions = function (expected) {
utils.ensureNoExpected(expected, '.hasAssertions');
global[GLOBAL_STATE].state.isExpectingAssertions = true;

@@ -286,0 +287,0 @@ };

@@ -283,3 +283,4 @@ /**

};
expect.hasAssertions = () => {
expect.hasAssertions = expected => {
utils.ensureNoExpected(expected, '.hasAssertions');
global[GLOBAL_STATE].state.isExpectingAssertions = true;

@@ -286,0 +287,0 @@ };

{
"name": "jest-matchers",
"version": "20.0.0",
"version": "20.0.1",
"repository": {

@@ -12,7 +12,7 @@ "type": "git",

"dependencies": {
"jest-diff": "^20.0.0",
"jest-matcher-utils": "^20.0.0",
"jest-message-util": "^20.0.0",
"jest-regex-util": "^20.0.0"
"jest-diff": "^20.0.1",
"jest-matcher-utils": "^20.0.1",
"jest-message-util": "^20.0.1",
"jest-regex-util": "^20.0.1"
}
}
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