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 28.1.3 to 29.7.0

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

/**
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
* Copyright (c) Meta Platforms, Inc. and affiliates.
*

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

@@ -36,21 +36,15 @@ 'use strict';

});
function _core() {
const data = require('@jest/core');
_core = function () {
return data;
};
return data;
}
function _jestCli() {
const data = require('jest-cli');
_jestCli = function () {
return data;
};
return data;
}
{
"name": "jest",
"description": "Delightful JavaScript Testing.",
"version": "28.1.3",
"version": "29.7.0",
"main": "./build/index.js",

@@ -16,10 +16,10 @@ "types": "./build/index.d.ts",

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

@@ -36,7 +36,7 @@ "peerDependencies": {

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

@@ -75,3 +75,3 @@ },

},
"gitHead": "2cce069800dab3fc8ca7c469b32d2e2b2f7e2bb1"
"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