@jest/snapshot-utils
Advanced tools
+1
-1
@@ -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; |
+3
-3
| { | ||
| "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}`, |
+2
-2
@@ -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' + |
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
30211
0.34%1
-50%+ Added
- Removed
Updated