jest-snapshot
Advanced tools
Comparing version 13.2.3 to 13.3.0-alpha.a44f195f
{ | ||
"name": "jest-snapshot", | ||
"version": "13.2.3", | ||
"version": "13.3.0-alpha.a44f195f", | ||
"repository": { | ||
@@ -11,12 +11,14 @@ "type": "git", | ||
"dependencies": { | ||
"jest-util": "^13.2.2", | ||
"pretty-format": "^3.4.3" | ||
"jest-diff": "^13.3.0-alpha.a44f195f", | ||
"jest-util": "^13.3.0-alpha.a44f195f", | ||
"pretty-format": "^3.5.0" | ||
}, | ||
"jest": { | ||
"rootDir": "./src", | ||
"scriptPreprocessor": "../../babel-jest", | ||
"testEnvironment": "node" | ||
}, | ||
"scripts": { | ||
"test": "../jest-cli/bin/jest.js" | ||
}, | ||
"jest": { | ||
"rootDir": "./build", | ||
"testEnvironment": "node" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
569
3
2
0
2
2
+ Addedjest-diff@13.3.0-alpha.g8b48d59(transitive)
+ Addedjest-matcher-utils@13.3.0-alpha.g8b48d59(transitive)
+ Addedjest-mock@13.3.0-alpha.g8b48d59(transitive)
+ Addedjest-util@13.3.0-alpha.g8b48d59(transitive)
- Removedjest-mock@13.2.2(transitive)
- Removedjest-util@13.2.2(transitive)
Updatedpretty-format@^3.5.0