Socket
Socket
Sign inDemoInstall

jest-util

Package Overview
Dependencies
19
Maintainers
6
Versions
259
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 29.0.0-alpha.6 to 29.0.0

2

build/tryRealpath.js

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

} catch (error) {
if (error.code !== 'ENOENT') {
if (error.code !== 'ENOENT' && error.code !== 'EISDIR') {
throw error;

@@ -31,0 +31,0 @@ }

{
"name": "jest-util",
"version": "29.0.0-alpha.6",
"version": "29.0.0",
"repository": {

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

"dependencies": {
"@jest/types": "^29.0.0-alpha.6",
"@jest/types": "^29.0.0",
"@types/node": "*",

@@ -38,3 +38,3 @@ "chalk": "^4.0.0",

},
"gitHead": "4def94b073cad300e99de378ba900e6ba9b7032f"
"gitHead": "75006e46c76f6fda14bbc0548f86edb2ba087cd2"
}
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