Socket
Socket
Sign inDemoInstall

jest-util

Package Overview
Dependencies
17
Maintainers
6
Versions
259
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 27.4.2 to 27.5.0

71

build/index.js

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

});
Object.defineProperty(exports, 'ErrorWithStack', {
enumerable: true,
get: function () {
return _ErrorWithStack.default;
}
});
Object.defineProperty(exports, 'clearLine', {

@@ -13,2 +19,8 @@ enumerable: true,

});
Object.defineProperty(exports, 'convertDescriptorToString', {
enumerable: true,
get: function () {
return _convertDescriptorToString.default;
}
});
Object.defineProperty(exports, 'createDirectory', {

@@ -20,8 +32,20 @@ enumerable: true,

});
Object.defineProperty(exports, 'ErrorWithStack', {
Object.defineProperty(exports, 'deepCyclicCopy', {
enumerable: true,
get: function () {
return _ErrorWithStack.default;
return _deepCyclicCopy.default;
}
});
Object.defineProperty(exports, 'formatTime', {
enumerable: true,
get: function () {
return _formatTime.default;
}
});
Object.defineProperty(exports, 'globsToMatcher', {
enumerable: true,
get: function () {
return _globsToMatcher.default;
}
});
Object.defineProperty(exports, 'installCommonGlobals', {

@@ -51,26 +75,28 @@ enumerable: true,

});
Object.defineProperty(exports, 'setGlobal', {
Object.defineProperty(exports, 'pluralize', {
enumerable: true,
get: function () {
return _setGlobal.default;
return _pluralize.default;
}
});
Object.defineProperty(exports, 'deepCyclicCopy', {
exports.preRunMessage = void 0;
Object.defineProperty(exports, 'replacePathSepForGlob', {
enumerable: true,
get: function () {
return _deepCyclicCopy.default;
return _replacePathSepForGlob.default;
}
});
Object.defineProperty(exports, 'convertDescriptorToString', {
Object.defineProperty(exports, 'requireOrImportModule', {
enumerable: true,
get: function () {
return _convertDescriptorToString.default;
return _requireOrImportModule.default;
}
});
Object.defineProperty(exports, 'replacePathSepForGlob', {
Object.defineProperty(exports, 'setGlobal', {
enumerable: true,
get: function () {
return _replacePathSepForGlob.default;
return _setGlobal.default;
}
});
exports.specialChars = void 0;
Object.defineProperty(exports, 'testPathPatternToRegExp', {

@@ -82,20 +108,2 @@ enumerable: true,

});
Object.defineProperty(exports, 'globsToMatcher', {
enumerable: true,
get: function () {
return _globsToMatcher.default;
}
});
Object.defineProperty(exports, 'pluralize', {
enumerable: true,
get: function () {
return _pluralize.default;
}
});
Object.defineProperty(exports, 'formatTime', {
enumerable: true,
get: function () {
return _formatTime.default;
}
});
Object.defineProperty(exports, 'tryRealpath', {

@@ -107,9 +115,2 @@ enumerable: true,

});
Object.defineProperty(exports, 'requireOrImportModule', {
enumerable: true,
get: function () {
return _requireOrImportModule.default;
}
});
exports.preRunMessage = exports.specialChars = void 0;

@@ -116,0 +117,0 @@ var _clearLine = _interopRequireDefault2(require('./clearLine'));

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

});
exports.CLEAR = exports.ICONS = exports.ARROW = void 0;
exports.ICONS = exports.CLEAR = exports.ARROW = void 0;

@@ -9,0 +9,0 @@ /**

{
"name": "jest-util",
"version": "27.4.2",
"version": "27.5.0",
"repository": {

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

"dependencies": {
"@jest/types": "^27.4.2",
"@jest/types": "^27.5.0",
"@types/node": "*",
"chalk": "^4.0.0",
"ci-info": "^3.2.0",
"graceful-fs": "^4.2.4",
"graceful-fs": "^4.2.9",
"picomatch": "^2.2.3"

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

},
"gitHead": "7965591f785e936ada194f9d58f852735b50ab1c"
"gitHead": "247cbe6026a590deaf0d23edecc7b2779a4aace9"
}
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