Socket
Socket
Sign inDemoInstall

@jest/types

Package Overview
Dependencies
Maintainers
5
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/types - npm Package Compare versions

Comparing version 30.0.0-alpha.4 to 30.0.0-alpha.5

3

build/index.d.ts

@@ -15,2 +15,3 @@ /**

import {Arguments} from 'yargs';
import {TestPathPatterns} from '@jest/pattern';
import {InitialOptions, SnapshotFormat} from '@jest/schemas';

@@ -691,3 +692,3 @@

testNamePattern?: string;
testPathPatterns: Array<string>;
testPathPatterns: TestPathPatterns;
testResultsProcessor?: string;

@@ -694,0 +695,0 @@ testSequencer: string;

{
"name": "@jest/types",
"version": "30.0.0-alpha.4",
"version": "30.0.0-alpha.5",
"repository": {

@@ -23,3 +23,4 @@ "type": "git",

"dependencies": {
"@jest/schemas": "30.0.0-alpha.4",
"@jest/pattern": "30.0.0-alpha.5",
"@jest/schemas": "30.0.0-alpha.5",
"@types/istanbul-lib-coverage": "^2.0.0",

@@ -31,10 +32,6 @@ "@types/istanbul-reports": "^3.0.0",

},
"devDependencies": {
"@tsd/typescript": "^5.0.4",
"tsd-lite": "^0.8.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "32b966f988d47a7673d2ef4b92e834dab7d66f07"
"gitHead": "fa24a3bdd6682978d76799265016fb9d5bff135e"
}
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