Socket
Socket
Sign inDemoInstall

jest-changed-files

Package Overview
Dependencies
18
Maintainers
6
Versions
173
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 28.0.2 to 28.1.3

8

build/index.js

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

function _throat() {
const data = _interopRequireDefault(require('throat'));
function _pLimit() {
const data = _interopRequireDefault(require('p-limit'));
_throat = function () {
_pLimit = function () {
return data;

@@ -39,3 +39,3 @@ };

const mutex = (0, _throat().default)(5);
const mutex = (0, _pLimit().default)(5);

@@ -42,0 +42,0 @@ const findGitRoot = dir => mutex(() => _git.default.getRoot(dir));

{
"name": "jest-changed-files",
"version": "28.0.2",
"version": "28.1.3",
"repository": {

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

"execa": "^5.0.0",
"throat": "^6.0.1"
"p-limit": "^3.1.0"
},

@@ -30,3 +30,3 @@ "engines": {

},
"gitHead": "279ee6658d763f024d51f340fab6a37c17d94502"
"gitHead": "2cce069800dab3fc8ca7c469b32d2e2b2f7e2bb1"
}
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