Socket
Socket
Sign inDemoInstall

jest-diff

Package Overview
Dependencies
Maintainers
4
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-diff - npm Package Compare versions

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

16

build/index.js

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

var _normalizeDiffOptions = __webpack_require__("./src/normalizeDiffOptions.ts");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
/**

@@ -714,3 +714,3 @@ * Copyright (c) Meta Platforms, Inc. and affiliates.

var _cleanupSemantic = __webpack_require__("./src/cleanupSemantic.ts");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
/**

@@ -1179,3 +1179,3 @@ * Copyright (c) Meta Platforms, Inc. and affiliates.

var _chalk = _interopRequireDefault(require("chalk"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
/**

@@ -1239,3 +1239,3 @@ * Copyright (c) Meta Platforms, Inc. and affiliates.

var _normalizeDiffOptions = __webpack_require__("./src/normalizeDiffOptions.ts");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
/**

@@ -1319,3 +1319,3 @@ * Copyright (c) Meta Platforms, Inc. and affiliates.

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).
(() => {

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

var _printDiffs = __webpack_require__("./src/printDiffs.ts");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
var Symbol = globalThis['jest-symbol-do-not-touch'] || globalThis.Symbol;

@@ -1474,6 +1474,6 @@ /**

function sortMap(map) {
return new Map([...map.entries()].sort());
return new Map([...map].sort());
}
function sortSet(set) {
return new Set([...set.values()].sort());
return new Set([...set].sort());
}

@@ -1480,0 +1480,0 @@ function compareObjects(a, b, options) {

{
"name": "jest-diff",
"version": "30.0.0-alpha.5",
"version": "30.0.0-alpha.6",
"repository": {

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

"chalk": "^4.0.0",
"diff-sequences": "30.0.0-alpha.5",
"jest-get-type": "30.0.0-alpha.5",
"pretty-format": "30.0.0-alpha.5"
"diff-sequences": "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",
"strip-ansi": "^6.0.0"

@@ -38,3 +38,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