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

@jest/test-sequencer

Package Overview
Dependencies
Maintainers
3
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/test-sequencer - npm Package Compare versions

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

4

build/index.js

@@ -115,3 +115,5 @@ /*!

const ratio = options.suiteLength / options.shardCount;
return new Array(options.shardIndex).fill(true).reduce((acc, _, shardIndex) => {
return Array.from({
length: options.shardIndex
}).reduce((acc, _, shardIndex) => {
const dangles = shardIndex < shardRest;

@@ -118,0 +120,0 @@ const shardSize = dangles ? Math.ceil(ratio) : Math.floor(ratio);

{
"name": "@jest/test-sequencer",
"version": "30.0.0-alpha.2",
"version": "30.0.0-alpha.3",
"repository": {

@@ -22,9 +22,9 @@ "type": "git",

"dependencies": {
"@jest/test-result": "30.0.0-alpha.2",
"@jest/test-result": "30.0.0-alpha.3",
"graceful-fs": "^4.2.9",
"jest-haste-map": "30.0.0-alpha.2",
"jest-haste-map": "30.0.0-alpha.3",
"slash": "^3.0.0"
},
"devDependencies": {
"@jest/test-utils": "30.0.0-alpha.2",
"@jest/test-utils": "30.0.0-alpha.3",
"@types/graceful-fs": "^4.1.3"

@@ -38,3 +38,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