Socket
Socket
Sign inDemoInstall

jest-file-exists

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-file-exists - npm Package Compare versions

Comparing version 16.1.0-alpha.691b0e22 to 17.0.0

11

build/index.js

@@ -21,11 +21,2 @@ /**

hasteFS) =>
{
if (hasteFS && hasteFS.exists(filePath)) {
return true;
}
try {
return fs.statSync(filePath).isFile();
} catch (e) {}
return false;
};
hasteFS && hasteFS.exists(filePath) || fs.existsSync(filePath);

2

package.json
{
"name": "jest-file-exists",
"version": "16.1.0-alpha.691b0e22",
"version": "17.0.0",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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