New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fast-check/jest

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fast-check/jest - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

11

CHANGELOG.md

@@ -0,1 +1,12 @@

# 2.0.3
_Rework our testing stack_
[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv2.0.3)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv2.0.2...jest%2Fv2.0.3)]
## Fixes
- ([PR#5364](https://github.com/dubzzz/fast-check/pull/5364)) CI: Move to Vitest
- ([PR#5375](https://github.com/dubzzz/fast-check/pull/5375)) Test: Better scoping of tests execution
- ([PR#5378](https://github.com/dubzzz/fast-check/pull/5378)) Test: Make tests run concurrently
# 2.0.2

@@ -2,0 +13,0 @@

2

lib/cjs/internals/TestBuilder.d.ts

@@ -7,3 +7,3 @@ import type { Parameters as FcParameters } from 'fast-check';

*/
declare const prop: <Ts, TsParameters extends Ts = Ts>(arbitraries: Ts extends [any] | any[] ? ArbitraryTuple<Ts> : ArbitraryRecord<Ts>, params?: FcParameters<TsParameters>) => (testName: string, prop: Ts extends [any] | any[] ? Prop<Ts> : PropRecord<Ts>, timeout?: number | undefined) => void;
declare const prop: <Ts, TsParameters extends Ts = Ts>(arbitraries: Ts extends [any] | any[] ? ArbitraryTuple<Ts> : ArbitraryRecord<Ts>, params?: FcParameters<TsParameters>) => (testName: string, prop: Ts extends [any] | any[] ? Prop<Ts> : PropRecord<Ts>, timeout?: number) => void;
/**

@@ -10,0 +10,0 @@ * Revamped {it,test} with added `.prop`

@@ -7,3 +7,3 @@ import type { Parameters as FcParameters } from 'fast-check';

*/
declare const prop: <Ts, TsParameters extends Ts = Ts>(arbitraries: Ts extends [any] | any[] ? ArbitraryTuple<Ts> : ArbitraryRecord<Ts>, params?: FcParameters<TsParameters>) => (testName: string, prop: Ts extends [any] | any[] ? Prop<Ts> : PropRecord<Ts>, timeout?: number | undefined) => void;
declare const prop: <Ts, TsParameters extends Ts = Ts>(arbitraries: Ts extends [any] | any[] ? ArbitraryTuple<Ts> : ArbitraryRecord<Ts>, params?: FcParameters<TsParameters>) => (testName: string, prop: Ts extends [any] | any[] ? Prop<Ts> : PropRecord<Ts>, timeout?: number) => void;
/**

@@ -10,0 +10,0 @@ * Revamped {it,test} with added `.prop`

{
"name": "@fast-check/jest",
"description": "Property based testing for Jest based on fast-check",
"version": "2.0.2",
"version": "2.0.3",
"type": "module",

@@ -41,3 +41,3 @@ "main": "lib/jest-fast-check.js",

"build:publish-esm": "tsc -p tsconfig.publish.json --module es2015 --moduleResolution node",
"test": "yarn node --experimental-vm-modules $(yarn bin jest)",
"test": "vitest",
"test-bundle:cjs": "yarn node --experimental-vm-modules $(yarn bin jest) --config test-bundle/jest.config.cjs",

@@ -76,14 +76,12 @@ "test-bundle:mjs": "yarn node --experimental-vm-modules $(yarn bin jest) --config test-bundle/jest.config.mjs",

"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-typescript": "^7.24.7",
"@fast-check/worker": "0.4.0",
"@fast-check/worker": "0.4.1",
"@jest/expect": "^29.7.0",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.14",
"@types/node": "^20.14.15",
"babel-jest": "^29.7.0",
"fast-check": "3.22.0",
"fast-check": "3.23.0",
"jest": "^29.7.0",
"jest-jasmine2": "^29.7.0",
"typescript": "~5.5.4"
"typescript": "~5.6.3",
"vitest": "^2.1.3"
},

@@ -90,0 +88,0 @@ "keywords": [

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