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
4
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 16.0.0 to 16.0.2

6

build/index.js

@@ -60,3 +60,3 @@ /**

{
return function throwingMatcher(expected) {
return function throwingMatcher() {
let throws = true;

@@ -75,6 +75,6 @@ const matcherContext = Object.assign(

try {for (var _len = arguments.length, rest = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {rest[_key - 1] = arguments[_key];}
try {for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {args[_key] = arguments[_key];}
result = matcher.apply(
matcherContext,
[actual, expected].concat(rest));
[actual].concat(args));

@@ -81,0 +81,0 @@ } catch (error) {

{
"name": "jest-matchers",
"version": "16.0.0",
"version": "16.0.2",
"repository": {

@@ -13,3 +13,3 @@ "type": "git",

"jest-matcher-utils": "^16.0.0",
"jest-util": "^16.0.0"
"jest-util": "^16.0.2"
},

@@ -16,0 +16,0 @@ "scripts": {

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