Socket
Socket
Sign inDemoInstall

jest-util

Package Overview
Dependencies
Maintainers
6
Versions
261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-util - npm Package Compare versions

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

12

build/index.d.ts

@@ -21,3 +21,3 @@ /**

export declare function createDirectory(path: Config.Path): void;
export declare function createDirectory(path: string): void;

@@ -66,3 +66,3 @@ export declare function deepCyclicCopy<T>(

*/
export declare function globsToMatcher(globs: Array<Config.Glob>): Matcher;
export declare function globsToMatcher(globs: Array<string>): Matcher;

@@ -89,3 +89,3 @@ declare const ICONS: {

declare type Matcher = (str: Config.Path) => boolean;
declare type Matcher = (str: string) => boolean;

@@ -103,6 +103,6 @@ export declare function pluralize(word: string, count: number): string;

export declare function replacePathSepForGlob(path: Config.Path): Config.Glob;
export declare function replacePathSepForGlob(path: string): string;
export declare function requireOrImportModule<T>(
filePath: Config.Path,
filePath: string,
applyInteropRequireDefault?: boolean,

@@ -126,4 +126,4 @@ ): Promise<T>;

export declare function tryRealpath(path: Config.Path): Config.Path;
export declare function tryRealpath(path: string): string;
export {};
{
"name": "jest-util",
"version": "28.0.0-alpha.1",
"version": "28.0.0-alpha.2",
"repository": {

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

"dependencies": {
"@jest/types": "^28.0.0-alpha.1",
"@jest/types": "^28.0.0-alpha.2",
"@types/node": "*",

@@ -39,3 +39,3 @@ "chalk": "^4.0.0",

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