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.4.3 to 29.5.0

1

build/index.d.ts

@@ -223,2 +223,3 @@ /**

watch?: boolean;
workerThreads?: boolean;
};

@@ -225,0 +226,0 @@

4

build/index.js

@@ -292,3 +292,4 @@ 'use strict';

useWatchman: options.useWatchman ?? true,
watch: !!options.watch
watch: !!options.watch,
workerThreads: options.workerThreads
};

@@ -741,2 +742,3 @@ this._console = options.console || globalThis.console;

this._worker = new (_jestWorker().Worker)(require.resolve('./worker'), {
enableWorkerThreads: this._options.workerThreads,
exposedMethods: ['getSha1', 'worker'],

@@ -743,0 +745,0 @@ forkOptions: {

{
"name": "jest-haste-map",
"version": "29.4.3",
"version": "29.5.0",
"repository": {

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

"dependencies": {
"@jest/types": "^29.4.3",
"@jest/types": "^29.5.0",
"@types/graceful-fs": "^4.1.3",

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

"jest-regex-util": "^29.4.3",
"jest-util": "^29.4.3",
"jest-worker": "^29.4.3",
"jest-util": "^29.5.0",
"jest-worker": "^29.5.0",
"micromatch": "^4.0.4",

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

},
"gitHead": "a49c88610e49a3242576160740a32a2fe11161e1"
"gitHead": "39f3beda6b396665bebffab94e8d7c45be30454c"
}
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