You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@jest/snapshot-utils

Package Overview
Dependencies
Maintainers
5
Versions
12
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

to
30.0.0-beta.7

14

package.json
{
"name": "@jest/snapshot-utils",
"version": "30.0.0-beta.6",
"version": "30.0.0-beta.7",
"repository": {

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

"dependencies": {
"@jest/types": "30.0.0-beta.6",
"chalk": "^4.0.0",
"graceful-fs": "^4.2.9",
"@jest/types": "30.0.0-beta.7",
"chalk": "^4.1.2",
"graceful-fs": "^4.2.11",
"natural-compare": "^1.4.0"
},
"devDependencies": {
"@types/graceful-fs": "^4.1.3",
"@types/natural-compare": "^1.4.0"
"@types/graceful-fs": "^4.1.9",
"@types/natural-compare": "^1.4.3"
},

@@ -38,3 +38,3 @@ "engines": {

},
"gitHead": "4f964497dc21c06ce4d54f1349e299a9f6773d52"
"gitHead": "48de6a91368727d853d491df16e7d00c1f323676"
}