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

ava-fast-check

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ava-fast-check - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

CHANGELOG.md

19

package.json
{
"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
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