Socket
Socket
Sign inDemoInstall

jest-haste-map

Package Overview
Dependencies
37
Maintainers
6
Versions
272
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 27.5.0 to 27.5.1

14

build/index.js

@@ -896,8 +896,8 @@ 'use strict';

this._console.warn(
`jest-haste-map: Watchman crawl failed. Retrying once with node ` +
`crawler.\n` +
` Usually this happens when watchman isn't running. Create an ` +
`empty \`.watchmanconfig\` file in your project's root folder or ` +
`initialize a git or hg repository in your project.\n` +
` ` +
'jest-haste-map: Watchman crawl failed. Retrying once with node ' +
'crawler.\n' +
" Usually this happens when watchman isn't running. Create an " +
"empty `.watchmanconfig` file in your project's root folder or " +
'initialize a git or hg repository in your project.\n' +
' ' +
error

@@ -908,3 +908,3 @@ );

throw new Error(
`Crawler retry failed:\n` +
'Crawler retry failed:\n' +
` Original error: ${error.message}\n` +

@@ -911,0 +911,0 @@ ` Retry error: ${e.message}\n`

@@ -257,6 +257,6 @@ 'use strict';

`The name \`${name}\` was looked up in the Haste module map. It ` +
`cannot be resolved, because there exists several different ` +
`files, or packages, that provide a module for ` +
'cannot be resolved, because there exists several different ' +
'files, or packages, that provide a module for ' +
`that particular name and platform. ${platformMessage} You must ` +
`delete or exclude files until there remains only one of these:\n\n` +
'delete or exclude files until there remains only one of these:\n\n' +
Array.from(duplicatesSet)

@@ -263,0 +263,0 @@ .map(

{
"name": "jest-haste-map",
"version": "27.5.0",
"version": "27.5.1",
"repository": {

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

"dependencies": {
"@jest/types": "^27.5.0",
"@jest/types": "^27.5.1",
"@types/graceful-fs": "^4.1.2",

@@ -27,6 +27,6 @@ "@types/node": "*",

"graceful-fs": "^4.2.9",
"jest-regex-util": "^27.5.0",
"jest-serializer": "^27.5.0",
"jest-util": "^27.5.0",
"jest-worker": "^27.5.0",
"jest-regex-util": "^27.5.1",
"jest-serializer": "^27.5.1",
"jest-util": "^27.5.1",
"jest-worker": "^27.5.1",
"micromatch": "^4.0.4",

@@ -36,6 +36,5 @@ "walker": "^1.0.7"

"devDependencies": {
"@jest/test-utils": "^27.5.0",
"@jest/test-utils": "^27.5.1",
"@types/fb-watchman": "^2.0.0",
"@types/micromatch": "^4.0.1",
"jest-snapshot-serializer-raw": "^1.1.0",
"slash": "^3.0.0"

@@ -52,3 +51,3 @@ },

},
"gitHead": "247cbe6026a590deaf0d23edecc7b2779a4aace9"
"gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc