New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jest-config

Package Overview
Dependencies
Maintainers
3
Versions
308
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-config - npm Package Compare versions

Comparing version 19.0.3 to 19.0.4

8

build/defaults.js

@@ -22,4 +22,5 @@ /**

const cacheDirectory = (() => {
if (process.getuid == null) {
const cacheDirectory = (() => {var _process =
process;const getuid = _process.getuid;
if (getuid == null) {
return path.join(os.tmpdir(), 'jest');

@@ -32,4 +33,3 @@ }

os.tmpdir(),
'jest',
process.getuid && process.getuid().toString(36) || '');
'jest_' + getuid.call(process).toString(36));

@@ -36,0 +36,0 @@ })();

{
"name": "jest-config",
"version": "19.0.3",
"version": "19.0.4",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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