Socket
Socket
Sign inDemoInstall

jest-util

Package Overview
Dependencies
19
Maintainers
6
Versions
259
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 28.0.2 to 28.1.0

4

build/index.d.ts

@@ -97,5 +97,5 @@ /**

declare const print_2: (stream: NodeJS.WriteStream) => void;
declare function print_2(stream: NodeJS.WriteStream): void;
declare const remove: (stream: NodeJS.WriteStream) => void;
declare function remove(stream: NodeJS.WriteStream): void;

@@ -102,0 +102,0 @@ export declare function replacePathSepForGlob(path: string): string;

@@ -6,3 +6,4 @@ 'use strict';

});
exports.remove = exports.print = void 0;
exports.print = print;
exports.remove = remove;

@@ -33,3 +34,3 @@ function _chalk() {

*/
const print = stream => {
function print(stream) {
if (_isInteractive.default) {

@@ -40,12 +41,8 @@ stream.write(

}
};
}
exports.print = print;
const remove = stream => {
function remove(stream) {
if (_isInteractive.default) {
(0, _clearLine.default)(stream);
}
};
exports.remove = remove;
}
{
"name": "jest-util",
"version": "28.0.2",
"version": "28.1.0",
"repository": {

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

"dependencies": {
"@jest/types": "^28.0.2",
"@jest/types": "^28.1.0",
"@types/node": "*",

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

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