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 4.0.0 to 4.0.1

11

package.json
{
"name": "ava-fast-check",
"version": "4.0.0",
"version": "4.0.1",
"description": " Property based testing for AVA based on fast-check",

@@ -10,2 +10,3 @@ "type": "commonjs",

"require": "./lib/ava-fast-check.js",
"import": "./lib/esm/ava-fast-check.js",
"default": "./lib/esm/ava-fast-check.js"

@@ -24,3 +25,3 @@ }

"format:check": "prettier --list-different \"**/*.{js,ts}\"",
"format:fix": "prettier --write \"**/*.{js,ts}\""
"format": "prettier --write \"**/*.{js,ts}\""
},

@@ -46,3 +47,3 @@ "repository": {

"fast-check": "^2.0.0",
"prettier": "^1.19.1",
"prettier": "^2.2.1",
"ts-node": "^9.0.0",

@@ -66,3 +67,7 @@ "typescript": "^4.0.3"

]
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/fast-check"
}
}
# Property based testing for AVA based on [fast-check](https://github.com/dubzzz/fast-check/)
[![Build Status](https://travis-ci.com/dubzzz/ava-fast-check.svg?branch=master)](https://travis-ci.com/dubzzz/ava-fast-check)
[![Build Status](https://github.com/dubzzz/ava-fast-check/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/dubzzz/ava-fast-check/actions)
[![npm version](https://badge.fury.io/js/ava-fast-check.svg)](https://badge.fury.io/js/ava-fast-check)

@@ -5,0 +5,0 @@

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