You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@jest/snapshot-utils

Package Overview
Dependencies
Maintainers
5
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/snapshot-utils - npm Package Compare versions

Comparing version
30.1.2
to
30.2.0
+1
-1
build/index.js

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

// eslint-disable-next-line prefer-template
_chalk.default.red(`${_chalk.default.red.bold('Outdated guide link')}: The snapshot guide link is outdated.` + 'Please update all snapshots while upgrading of Jest') + '\n\n' + `Expected: ${SNAPSHOT_GUIDE_LINK}\n` + `Received: ${guideLink}`);
_chalk.default.red(`${_chalk.default.red.bold('Outdated guide link')}: The snapshot guide link at the top of this snapshot is outdated. ` + 'Please update all snapshots during this upgrade of Jest.') + '\n\n' + `Expected: ${SNAPSHOT_GUIDE_LINK}\n` + `Received: ${guideLink}`);
}

@@ -109,0 +109,0 @@ return null;

{
"name": "@jest/snapshot-utils",
"version": "30.1.2",
"version": "30.2.0",
"repository": {

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

"dependencies": {
"@jest/types": "30.0.5",
"@jest/types": "30.2.0",
"chalk": "^4.1.2",

@@ -38,3 +38,3 @@ "graceful-fs": "^4.2.11",

},
"gitHead": "ebfa31cc9787303e8698a1a029a162a18e8974aa"
"gitHead": "855864e3f9751366455246790be2bf912d4d0dac"
}

@@ -181,4 +181,4 @@ /**

'Outdated guide link',
)}: The snapshot guide link is outdated.` +
'Please update all snapshots while upgrading of Jest',
)}: The snapshot guide link at the top of this snapshot is outdated. ` +
'Please update all snapshots during this upgrade of Jest.',
)}\n\nExpected: ${SNAPSHOT_GUIDE_LINK}\n` +

@@ -185,0 +185,0 @@ `Received: ${deprecatedGuideLink}`,

@@ -82,4 +82,4 @@ /**

'Outdated guide link',
)}: The snapshot guide link is outdated.` +
'Please update all snapshots while upgrading of Jest',
)}: The snapshot guide link at the top of this snapshot is outdated. ` +
'Please update all snapshots during this upgrade of Jest.',
) +

@@ -86,0 +86,0 @@ '\n\n' +