Socket
Socket
Sign inDemoInstall

jest-changed-files

Package Overview
Dependencies
38
Maintainers
6
Versions
172
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 29.5.0 to 29.6.3

17

build/index.js

@@ -14,2 +14,9 @@ 'use strict';

}
function _jestUtil() {
const data = require('jest-util');
_jestUtil = function () {
return data;
};
return data;
}
var _git = _interopRequireDefault(require('./git'));

@@ -29,6 +36,2 @@ var _hg = _interopRequireDefault(require('./hg'));

function notEmpty(value) {
return value != null;
}
// This is an arbitrary number. The main goal is to prevent projects with

@@ -78,7 +81,7 @@ // many roots (50+) from spawning too many processes at once.

return {
git: new Set(gitRepos.filter(notEmpty)),
hg: new Set(hgRepos.filter(notEmpty)),
sl: new Set(slRepos.filter(notEmpty))
git: new Set(gitRepos.filter(_jestUtil().isNonNullable)),
hg: new Set(hgRepos.filter(_jestUtil().isNonNullable)),
sl: new Set(slRepos.filter(_jestUtil().isNonNullable))
};
};
exports.findRepos = findRepos;
{
"name": "jest-changed-files",
"version": "29.5.0",
"version": "29.6.3",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"url": "https://github.com/jestjs/jest.git",
"directory": "packages/jest-changed-files"

@@ -21,2 +21,3 @@ },

"execa": "^5.0.0",
"jest-util": "^29.6.3",
"p-limit": "^3.1.0"

@@ -30,3 +31,3 @@ },

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