Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jest/create-cache-key-function

Package Overview
Dependencies
Maintainers
6
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/create-cache-key-function - npm Package Compare versions

Comparing version 29.2.0 to 29.2.1

4

build/index.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc