Socket
Socket
Sign inDemoInstall

jest-changed-files

Package Overview
Dependencies
17
Maintainers
6
Versions
173
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 28.0.0-alpha.1 to 28.0.0-alpha.2

10

build/index.d.ts

@@ -7,4 +7,2 @@ /**

*/
import type {Config} from '@jest/types';
export declare type ChangedFiles = {

@@ -17,6 +15,6 @@ repos: Repos;

export declare const findRepos: (roots: Array<Config.Path>) => Promise<Repos>;
export declare const findRepos: (roots: Array<string>) => Promise<Repos>;
export declare const getChangedFilesForRoots: (
roots: Array<Config.Path>,
roots: Array<string>,
options: Options,

@@ -29,6 +27,6 @@ ) => ChangedFilesPromise;

changedSince?: string;
includePaths?: Array<Config.Path>;
includePaths?: Array<string>;
};
declare type Paths = Set<Config.Path>;
declare type Paths = Set<string>;

@@ -35,0 +33,0 @@ declare type Repos = {

{
"name": "jest-changed-files",
"version": "28.0.0-alpha.1",
"version": "28.0.0-alpha.2",
"repository": {

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

"dependencies": {
"@jest/types": "^28.0.0-alpha.1",
"execa": "^5.0.0",

@@ -31,3 +30,3 @@ "throat": "^6.0.1"

},
"gitHead": "d30164dde1847166fa0faec98d20abffd85e6ffd"
"gitHead": "694d6bfea56f9cb49d0c7309cdbfff032da198c2"
}
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