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

jest-haste-map

Package Overview
Dependencies
Maintainers
6
Versions
273
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-haste-map - npm Package Compare versions

Comparing version 29.2.0 to 29.2.1

4

build/index.js

@@ -318,3 +318,3 @@ 'use strict';

async setupCachePath(options) {
const rootDirHash = (0, _crypto().createHash)('sha256')
const rootDirHash = (0, _crypto().createHash)('sha1')
.update(options.rootDir)

@@ -359,3 +359,3 @@ .digest('hex')

static getCacheFilePath(tmpdir, id, ...extra) {
const hash = (0, _crypto().createHash)('sha256').update(extra.join(''));
const hash = (0, _crypto().createHash)('sha1').update(extra.join(''));
return path().join(

@@ -362,0 +362,0 @@ tmpdir,

{
"name": "jest-haste-map",
"version": "29.2.0",
"version": "29.2.1",
"repository": {

@@ -20,3 +20,3 @@ "type": "git",

"dependencies": {
"@jest/types": "^29.2.0",
"@jest/types": "^29.2.1",
"@types/graceful-fs": "^4.1.3",

@@ -28,4 +28,4 @@ "@types/node": "*",

"jest-regex-util": "^29.2.0",
"jest-util": "^29.2.0",
"jest-worker": "^29.2.0",
"jest-util": "^29.2.1",
"jest-worker": "^29.2.1",
"micromatch": "^4.0.4",

@@ -35,3 +35,3 @@ "walker": "^1.0.8"

"devDependencies": {
"@jest/test-utils": "^29.2.0",
"@jest/test-utils": "^29.2.1",
"@types/fb-watchman": "^2.0.0",

@@ -50,3 +50,3 @@ "@types/micromatch": "^4.0.1",

},
"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