ava-fast-check
Advanced tools
Comparing version 2.0.0 to 3.0.0
{ | ||
"name": "ava-fast-check", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": " Property based testing for AVA based on fast-check", | ||
"type": "commonjs", | ||
"main": "lib/ava-fast-check.js", | ||
"exports": { | ||
".": { | ||
"require": "./lib/ava-fast-check.js", | ||
"default": "./lib/esm/ava-fast-check.js" | ||
} | ||
}, | ||
"module": "lib/esm/ava-fast-check.js", | ||
"types": "lib/ava-fast-check.d.ts", | ||
@@ -11,3 +19,3 @@ "files": [ | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "tsc && tsc --module es2015 --moduleResolution node --outDir lib/esm && cp package.esm-template.json lib/esm/package.json", | ||
"ava-test": "ava -s -t", | ||
@@ -30,3 +38,3 @@ "test": "sh test.sh", | ||
"ava": ">=3.9.0", | ||
"fast-check": "^1.0.0" | ||
"fast-check": "^2.0.0" | ||
}, | ||
@@ -37,3 +45,3 @@ "dependencies": {}, | ||
"esm": "^3.2.25", | ||
"fast-check": "^1.25.1", | ||
"fast-check": "^2.0.0", | ||
"prettier": "^1.19.1", | ||
@@ -52,2 +60,5 @@ "ts-node": "^8.10.2", | ||
"ava": { | ||
"files": [ | ||
"test/**/*" | ||
], | ||
"require": [ | ||
@@ -54,0 +65,0 @@ "esm" |
@@ -53,3 +53,10 @@ # Property based testing for AVA based on [fast-check](https://github.com/dubzzz/fast-check/) | ||
- `ava >=3.9.0` for [`t.try`](https://github.com/avajs/ava/blob/master/docs/03-assertions.md#trytitle-implementation--macro--macro-args) support | ||
- `fast-check ^1.0.0` | ||
| ava-fast-check | ava | fast-check | | ||
|----------------|-----------------------|----------------------| | ||
| ^3.0.0 | >=3.9.0<sup>(1)</sup> | ^2.0.0<sup>(2)</sup> | | ||
| ^2.0.0 | >=3.9.0<sup>(1)</sup> | ^1.0.0 | | ||
| ^1.0.0 | >=0.1.0<sup>(3)</sup> | ^2.0.0 | | ||
- (1) `ava@>=3.9.0` for [`t.try`](https://github.com/avajs/ava/blob/master/docs/03-assertions.md#trytitle-implementation--macro--macro-args) support | ||
- (2) `fast-check@^2.0.0` for hybrid module support: `commonjs` and `esm` together | ||
- (3) `ava@>=0.1.0` for its Promise support |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
23039
9
275
62
0