Socket
Socket
Sign inDemoInstall

jest-config

Package Overview
Dependencies
Maintainers
6
Versions
307
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 29.2.0 to 29.2.1

2

build/normalize.js

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

if (!options.id) {
options.id = (0, _crypto().createHash)('sha256')
options.id = (0, _crypto().createHash)('sha1')
.update(options.rootDir)

@@ -372,0 +372,0 @@ // In case we load config from some path that has the same root dir

{
"name": "jest-config",
"version": "29.2.0",
"version": "29.2.1",
"repository": {

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

"@babel/core": "^7.11.6",
"@jest/test-sequencer": "^29.2.0",
"@jest/types": "^29.2.0",
"babel-jest": "^29.2.0",
"@jest/test-sequencer": "^29.2.1",
"@jest/types": "^29.2.1",
"babel-jest": "^29.2.1",
"chalk": "^4.0.0",

@@ -42,13 +42,13 @@ "ci-info": "^3.2.0",

"graceful-fs": "^4.2.9",
"jest-circus": "^29.2.0",
"jest-environment-node": "^29.2.0",
"jest-circus": "^29.2.1",
"jest-environment-node": "^29.2.1",
"jest-get-type": "^29.2.0",
"jest-regex-util": "^29.2.0",
"jest-resolve": "^29.2.0",
"jest-runner": "^29.2.0",
"jest-util": "^29.2.0",
"jest-validate": "^29.2.0",
"jest-resolve": "^29.2.1",
"jest-runner": "^29.2.1",
"jest-util": "^29.2.1",
"jest-validate": "^29.2.1",
"micromatch": "^4.0.4",
"parse-json": "^5.2.0",
"pretty-format": "^29.2.0",
"pretty-format": "^29.2.1",
"slash": "^3.0.0",

@@ -71,3 +71,3 @@ "strip-json-comments": "^3.1.1"

},
"gitHead": "ee5b37a4f4433afcfffb0356cea47739d8092287"
"gitHead": "4551c0fdd4d25b7206824957c7bcc6baf61e63bf"
}
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