Socket
Socket
Sign inDemoInstall

jest-matcher-utils

Package Overview
Dependencies
Maintainers
4
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-matcher-utils - npm Package Compare versions

Comparing version 30.0.0-alpha.5 to 30.0.0-alpha.6

6

build/index.js

@@ -171,3 +171,3 @@ /*!

cycles.set(map, newMap);
for (const [key, value] of map.entries()) {
for (const [key, value] of map) {
newMap.set(key, deepCyclicCopyReplaceable(value, cycles));

@@ -218,3 +218,3 @@ }

var __webpack_exports__ = {};
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
// This entry need to be wrapped in an IIFE because it uses a non-standard name for the exports (exports).
(() => {

@@ -246,3 +246,3 @@ var exports = __webpack_exports__;

function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
/**

@@ -249,0 +249,0 @@ * Copyright (c) Meta Platforms, Inc. and affiliates.

{
"name": "jest-matcher-utils",
"description": "A set of utility functions for expect and related packages",
"version": "30.0.0-alpha.5",
"version": "30.0.0-alpha.6",
"repository": {

@@ -27,8 +27,8 @@ "type": "git",

"chalk": "^4.0.0",
"jest-diff": "30.0.0-alpha.5",
"jest-get-type": "30.0.0-alpha.5",
"pretty-format": "30.0.0-alpha.5"
"jest-diff": "30.0.0-alpha.6",
"jest-get-type": "30.0.0-alpha.6",
"pretty-format": "30.0.0-alpha.6"
},
"devDependencies": {
"@jest/test-utils": "30.0.0-alpha.5",
"@jest/test-utils": "30.0.0-alpha.6",
"@types/node": "*"

@@ -39,3 +39,3 @@ },

},
"gitHead": "fa24a3bdd6682978d76799265016fb9d5bff135e"
"gitHead": "ba74b7de1b9cca88daf33f9d1b46bfe2b7f485a5"
}
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