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.3.1 to 27.4.0

2

build/lib/fast_path.js

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

return filename.indexOf(rootDir + path().sep) === 0
? filename.substr(rootDir.length + 1)
? filename.substring(rootDir.length + 1)
: path().relative(rootDir, filename);

@@ -73,0 +73,0 @@ }

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

} else if (
!_blacklist.default.has(filePath.substr(filePath.lastIndexOf('.')))
!_blacklist.default.has(filePath.substring(filePath.lastIndexOf('.')))
) {

@@ -152,0 +152,0 @@ // Process a random file that is returned as a MODULE.

{
"name": "jest-haste-map",
"version": "27.3.1",
"version": "27.4.0",
"repository": {

@@ -13,7 +13,10 @@ "type": "git",

"exports": {
".": "./build/index.js",
".": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
},
"./package.json": "./package.json"
},
"dependencies": {
"@jest/types": "^27.2.5",
"@jest/types": "^27.4.0",
"@types/graceful-fs": "^4.1.2",

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

"graceful-fs": "^4.2.4",
"jest-regex-util": "^27.0.6",
"jest-serializer": "^27.0.6",
"jest-util": "^27.3.1",
"jest-worker": "^27.3.1",
"jest-regex-util": "^27.4.0",
"jest-serializer": "^27.4.0",
"jest-util": "^27.4.0",
"jest-worker": "^27.4.0",
"micromatch": "^4.0.4",

@@ -33,3 +36,3 @@ "walker": "^1.0.7"

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

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

},
"gitHead": "4f3328f3227aa0668486f819b3353af5b6cc797b"
"gitHead": "0dc6dde296550370ade2574d6665748fed37f9c9"
}
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