Socket
Socket
Sign inDemoInstall

jest

Package Overview
Dependencies
Maintainers
3
Versions
355
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest - npm Package Compare versions

Comparing version 27.4.5 to 29.7.0

build/index.d.ts

2

bin/jest.js
#!/usr/bin/env node
/**
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
* Copyright (c) Meta Platforms, Inc. and affiliates.
*

@@ -5,0 +5,0 @@ * This source code is licensed under the MIT license found in the

{
"name": "jest",
"description": "Delightful JavaScript Testing.",
"version": "27.4.5",
"main": "./build/jest.js",
"types": "./build/jest.d.ts",
"version": "29.7.0",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
".": {
"types": "./build/jest.d.ts",
"default": "./build/jest.js"
"types": "./build/index.d.ts",
"default": "./build/index.js"
},

@@ -16,6 +16,11 @@ "./package.json": "./package.json",

"dependencies": {
"@jest/core": "^27.4.5",
"@jest/core": "^29.7.0",
"@jest/types": "^29.6.3",
"import-local": "^3.0.2",
"jest-cli": "^27.4.5"
"jest-cli": "^29.7.0"
},
"devDependencies": {
"@tsd/typescript": "^5.0.4",
"tsd-lite": "^0.7.0"
},
"peerDependencies": {

@@ -31,7 +36,8 @@ "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"

"engines": {
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest"
"url": "https://github.com/jestjs/jest.git",
"directory": "packages/jest"
},

@@ -69,3 +75,3 @@ "homepage": "https://jestjs.io/",

},
"gitHead": "73f3a5743b9e5b16c9b7a69e2705f07ba7a010ea"
"gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630"
}

Sorry, the diff of this file is not supported yet

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