@jest/create-cache-key-function
Advanced tools
Comparing version 29.2.0 to 29.2.1
@@ -47,3 +47,3 @@ 'use strict'; | ||
(hash, chunk) => hash.update('\0', 'utf8').update(chunk || ''), | ||
(0, _crypto().createHash)('sha256') | ||
(0, _crypto().createHash)('sha1') | ||
) | ||
@@ -59,3 +59,3 @@ .digest('hex') | ||
const {config, instrument} = inferredOptions; | ||
return (0, _crypto().createHash)('sha256') | ||
return (0, _crypto().createHash)('sha1') | ||
.update(globalCacheKey) | ||
@@ -62,0 +62,0 @@ .update('\0', 'utf8') |
{ | ||
"name": "@jest/create-cache-key-function", | ||
"version": "29.2.0", | ||
"version": "29.2.1", | ||
"repository": { | ||
@@ -10,7 +10,7 @@ "type": "git", | ||
"dependencies": { | ||
"@jest/types": "^29.2.0" | ||
"@jest/types": "^29.2.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "*", | ||
"jest-util": "^29.2.0" | ||
"jest-util": "^29.2.1" | ||
}, | ||
@@ -33,3 +33,3 @@ "engines": { | ||
}, | ||
"gitHead": "ee5b37a4f4433afcfffb0356cea47739d8092287" | ||
"gitHead": "4551c0fdd4d25b7206824957c7bcc6baf61e63bf" | ||
} |
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
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
6237
Updated@jest/types@^29.2.1