Socket
Socket
Sign inDemoInstall

jest-changed-files

Package Overview
Dependencies
35
Maintainers
7
Versions
173
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 26.0.1 to 26.1.0

5

build/index.d.ts

@@ -8,5 +8,6 @@ /**

*/
import type { Config } from '@jest/types';
import type { ChangedFilesPromise, Options, Repos } from './types';
export type { ChangedFiles, ChangedFilesPromise } from './types';
export declare const getChangedFilesForRoots: (roots: string[], options: Options) => ChangedFilesPromise;
export declare const findRepos: (roots: string[]) => Promise<Repos>;
export declare const getChangedFilesForRoots: (roots: Array<Config.Path>, options: Options) => ChangedFilesPromise;
export declare const findRepos: (roots: Array<Config.Path>) => Promise<Repos>;

6

package.json
{
"name": "jest-changed-files",
"version": "26.0.1",
"version": "26.1.0",
"repository": {

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

"dependencies": {
"@jest/types": "^26.0.1",
"@jest/types": "^26.1.0",
"execa": "^4.0.0",

@@ -24,3 +24,3 @@ "throat": "^5.0.0"

},
"gitHead": "40b8e1e157c9981dda5a68d73fff647e80fc9f5c"
"gitHead": "817d8b6aca845dd4fcfd7f8316293e69f3a116c5"
}
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