Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-jest

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-jest - npm Package Compare versions

Comparing version 30.0.0-alpha.2 to 30.0.0-alpha.3

4

build/index.js

@@ -340,7 +340,7 @@ /*!

}
const questions = _questions.default.slice(0);
const questions = [..._questions.default];
let hasJestProperty = false;
let projectPackageJson;
try {
projectPackageJson = JSON.parse(fs().readFileSync(projectPackageJsonPath, 'utf-8'));
projectPackageJson = JSON.parse(fs().readFileSync(projectPackageJsonPath, 'utf8'));
} catch {

@@ -347,0 +347,0 @@ throw new _errors.MalformedPackageJsonError(projectPackageJsonPath);

{
"name": "create-jest",
"description": "Create a new Jest project",
"version": "30.0.0-alpha.2",
"version": "30.0.0-alpha.3",
"repository": {

@@ -25,8 +25,8 @@ "type": "git",

"dependencies": {
"@jest/types": "30.0.0-alpha.2",
"@jest/types": "30.0.0-alpha.3",
"chalk": "^4.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.9",
"jest-config": "30.0.0-alpha.2",
"jest-util": "30.0.0-alpha.2",
"jest-config": "30.0.0-alpha.3",
"jest-util": "30.0.0-alpha.3",
"prompts": "^2.0.1"

@@ -45,3 +45,3 @@ },

},
"gitHead": "c04d13d7abd22e47b0997f6027886aed225c9ce4"
"gitHead": "e267aff33d105399f2134bad7c8f82285104f3da"
}
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